Skip to content

v2.1.3

Compare
Choose a tag to compare
@srikanth-lingala srikanth-lingala released this 08 Sep 21:46
· 296 commits to master since this release

Enhancements:

#44 Add setPassword method on ZipFile
#50 Option to skip overriding existing files when adding files to zip
ZipInputStream.getNextEntry() should return next entry even if current entry is not completely read

Bug fixes:

#58 Stream not properly closed when exception occurs with ZipFile.getInputStream()
#57 Fix ZipFile.getFileHeaders() javadoc
#55 ZipSlip fix with File.getCanonicalPath() instead of just File.getPath()
Empty output file is created when extracting with wrong password for Standard zip encryption