close() in several OutputStream implementations doesn't close the underlying 
stream if the archive would be corrupt
-------------------------------------------------------------------------------------------------------------------

                 Key: COMPRESS-153
                 URL: https://issues.apache.org/jira/browse/COMPRESS-153
             Project: Commons Compress
          Issue Type: Bug
            Reporter: Stefan Bodewig
            Assignee: Stefan Bodewig


In some cases like when ZiparchiveOutputStream's File-arg constructor is used, 
the user code doesn't even have any chance to close the underlying stream, even 
if it would catch the exception from close() and then close the wrapped stream 
by itself.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to