Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Unable to unzip Zip64 format #34

Open
tgorthi opened this issue Dec 23, 2020 · 0 comments
Open

Unable to unzip Zip64 format #34

tgorthi opened this issue Dec 23, 2020 · 0 comments

Comments

@tgorthi
Copy link

tgorthi commented Dec 23, 2020

We are getting the below error when trying to unzip a zip64 file:

invalid CEN header (bad signature)
java.util.zip.ZipException: 
	at java.util.zip.ZipFile.open(Native Method)
	at java.util.zip.ZipFile.<init>(ZipFile.java:225)
	at java.util.zip.ZipFile.<init>(ZipFile.java:155)
	at java.util.zip.ZipFile.<init>(ZipFile.java:126)

Steps to reproduce the issue

ZipFile zipFile = new ZipFile("{file_path}");
Enumeration<? extends ZipEntry> entries = zipFile.entries();

I have attached the input file.
zipfile.zip

Is zip64 decompression not supported?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant