码迷,mamicode.com
首页 > 编程语言 > 详细

java.io.IOException: Zip bomb detected! The file would exceed the max.

时间:2020-08-29 16:39:18      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:bom   nbsp   参考   str   fileinput   ted   The   secure   set   

技术图片

解决办法:

添加一行代码即可

ZipSecureFile.setMinInflateRatio(-1.0d);

 

参考:

FileInputStream file = new FileInputStream("D:\\newData.xlsx");
ZipSecureFile.setMinInflateRatio(-1.0d);
XSSFWorkbook wb = new XSSFWorkbook(file);

 

java.io.IOException: Zip bomb detected! The file would exceed the max.

标签:bom   nbsp   参考   str   fileinput   ted   The   secure   set   

原文地址:https://www.cnblogs.com/longronglang/p/13566016.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!