Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Some of the (large) ZIP files we try to process currently will throw this:
UnsupportedZipFeatureException: unsupported feature method 'ENHANCED_DEFLATED'
which is a bummer since JDK's implementation also doesn't support Deflate64. This seems to be PKWare's extensions, although code to decrypt it exists in zlib (and is appropriately licensed, I believe).
Attachments
Attachments
Issue Links
- is related to
-
COMPRESS-438 ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)
- Resolved