-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZipInputStream signals end-of-input after directory entry #438
Comments
Under certain conditions, the |
Issue fixed. Will include the fix in the next release |
Great; that fix works for all my test cases! Thank you for your support. |
Please leave the issue open. I will close this issue after I release the version. It makes it easier for me to keep track of the changes going into a version. |
Fixed in v2.11.0 released today |
Steps to reproduce:
I get the following output:
Observations:
ZipInputStream.getNextEntry()
returnsnull
after the first directory entry, although there are many more entries in the archive.ZipInputStream
, but not with theZipFile
.Test program which reproduces the problem:
The text was updated successfully, but these errors were encountered: