You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Attila Fodor (Jira)" <ji...@apache.org> on 2020/09/28 11:00:12 UTC

[jira] [Closed] (COMPRESS-556) Decompression fails with java.util.zip.ZipException

     [ https://issues.apache.org/jira/browse/COMPRESS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Fodor closed COMPRESS-556.
---------------------------------
    Resolution: Not A Problem

> 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
>            Priority: Major
>         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)