]> source.dussan.org Git - poi.git/commit
Bug 58499: Don't report Zip-Bomb for small files which should not cause memory issues...
authorDominik Stadler <centic@apache.org>
Sat, 17 Oct 2015 14:40:36 +0000 (14:40 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 17 Oct 2015 14:40:36 +0000 (14:40 +0000)
commit2afe97762259bd86d8209b77155beda8235e3e85
tree7740827aa7833a572748deefb4364f009edf00e9
parente62cac4f717a05e7f934c1665a11c697af21719e
Bug 58499: Don't report Zip-Bomb for small files which should not cause memory issues anyway
Also make error message a bit more specific and list classname in Zip-Bomb-Error to make it easier for users what the
problem is and how to find out where the static methods are

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709180 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java
src/testcases/org/apache/poi/ss/usermodel/BaseTestWorkbook.java