[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-116) OOM Exception when exporting large archives using ZIPExporter

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Thu Jan 14 10:13:31 EST 2010


OOM Exception when exporting large archives using ZIPExporter
-------------------------------------------------------------

                 Key: SHRINKWRAP-116
                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-116
             Project: ShrinkWrap
          Issue Type: Bug
          Components: impl-base
            Reporter: Aslak Knutsen


The ZIPExporter writes to a ZipOutputStream backed by a ByteArrayOutputStream. The content is later returned as a ByteArrayInputStream.
This does not work well for larger archives.

The API should be switched:
 - do not return a inputstream
 - write directly to given outputstream 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the shrinkwrap-issues mailing list