Menu

#12 Incorrect size reported in ZipException

open
nobody
None
5
2006-03-01
2006-03-01
No

When a ZipOutputStream.closeEntry() detects an
incorrect compressed size for the ZipEntry, it throws a
ZipException with the message <"compressed size was
"+csize +", but I expected "+curEntry.getSize())>

This should use curEntry.getCompressedSize() instead.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.