tbentleypfpt opened a new pull request #137: URL: https://github.com/apache/commons-compress/pull/137
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'. This PR adjusts the ZipArchiveInputStream to allow reading of stored entries with data descriptor by default. https://issues.apache.org/jira/browse/COMPRESS-555 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
