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.

MongoDB Logo MongoDB