ZipArchiveOutputStream sets general purpose bit 3 even for stored entries 
without a data descriptor
---------------------------------------------------------------------------------------------------

                 Key: COMPRESS-151
                 URL: https://issues.apache.org/jira/browse/COMPRESS-151
             Project: Commons Compress
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Stefan Bodewig
            Assignee: Stefan Bodewig
            Priority: Minor
             Fix For: 1.3


I found this while testing ZIP64 support at the byte level.

General purpose bit 3 is set if the size is stored inside a data descriptor 
which ZipArchiveOutputStream will only do if it writes DEFLATED entries to a 
non-seekable stream.  Still that bit seems to be always set.

It doesn't seem to cause interop problems, that's why I lowered its priority.

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

        

Reply via email to