You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Tim Allison (JIRA)" <ji...@apache.org> on 2017/04/14 14:49:41 UTC

[jira] [Created] (COMPRESS-385) Add detect() to CompressorStreamFactory

Tim Allison created COMPRESS-385:
------------------------------------

             Summary: Add detect() to CompressorStreamFactory
                 Key: COMPRESS-385
                 URL: https://issues.apache.org/jira/browse/COMPRESS-385
             Project: Commons Compress
          Issue Type: Improvement
            Reporter: Tim Allison
            Priority: Minor


On TIKA-1631, several users have requested that we try to avoid an OOM when a corrupted Z file is "detected" by CompressorStreamFactory.  

In Tika, for detection, we're creating the stream via CompressorStreamFactory and then "detecting" based on what stream was created.  Given that there can be some overhead in creating the stream and that there can be an OOM for a corrupt Z file, it would be great to add a {{detect(InputStream is)}} option in CompressorStreamFactory.

PR on way.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)