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

Unable to unzip Zip64 format #34

@tgorthi

Description

@tgorthi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions