Attila Fodor created COMPRESS-556:
-------------------------------------
Summary: Decompression fails with java.util.zip.ZipException
Key: COMPRESS-556
URL: https://issues.apache.org/jira/browse/COMPRESS-556
Project: Commons Compress
Issue Type: Bug
Affects Versions: 1.20
Reporter: Attila Fodor
Attachments: test.zip
I can not decompress some specific zip files (see the attachment) because I am
getting the following exception:
{code}
java.util.zip.ZipException: Unexpected record signature: 0X0
at
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextZipEntry(ZipArchiveInputStream.java:286)
at
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.getNextEntry(ZipArchiveInputStream.java:435)
{code}
I can unzip this file with other tools.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)