ZipException: too many entries in ZIP file
------------------------------------------
Key: VFS-272
URL: https://issues.apache.org/jira/browse/VFS-272
Project: Commons VFS
Issue Type: Bug
Reporter: keren finkels
I am trying to read a large zip file containing ~70000 files. I get the
following exception when attempting to unzip it:
Caused by: java.util.zip.ZipException: too many entries in ZIP file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:203)
at java.util.zip.ZipFile.<init>(ZipFile.java:234)
at
org.apache.commons.vfs.provider.zip.ZipFileSystem.createZipFile(ZipFileSystem.java:154)
... 10 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.