You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
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)
We are getting the below error when trying to unzip a zip64 file:
Steps to reproduce the issue
I have attached the input file.
zipfile.zip
Is zip64 decompression not supported?
The text was updated successfully, but these errors were encountered: