[
https://issues.apache.org/jira/browse/COMPRESS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trevor Bentley updated COMPRESS-555:
------------------------------------
Description:
We are currently using tika for text extraction which uses commons-compress for
handling zips. Currently some sites are returning zips that have entries with
stored data descriptors which fail to extract due to the ZipArchiveInputStream
defaulting to false for 'allowStoredEntriesWithDataDescriptor'.
Allowing the reading of stored entries on Zip archives should be enabled by
default.
Example service creating zips with stored entries with data descriptor is
Microsoft OneDrive.
was:Allowing the reading of stored entries on Zip archives should be enabled
by default.
> ZipArchiveInputStream should allow stored entries with data descriptor by
> default
> ---------------------------------------------------------------------------------
>
> Key: COMPRESS-555
> URL: https://issues.apache.org/jira/browse/COMPRESS-555
> Project: Commons Compress
> Issue Type: Improvement
> Components: Archivers
> Affects Versions: 1.20
> Reporter: Trevor Bentley
> Priority: Major
> Fix For: 1.21
>
>
> We are currently using tika for text extraction which uses commons-compress
> for handling zips. Currently some sites are returning zips that have entries
> with stored data descriptors which fail to extract due to the
> ZipArchiveInputStream defaulting to false for
> 'allowStoredEntriesWithDataDescriptor'.
> Allowing the reading of stored entries on Zip archives should be enabled by
> default.
> Example service creating zips with stored entries with data descriptor is
> Microsoft OneDrive.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)