You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/main/java/org/apache/tika/parser/microsoft/ooxml/OOXMLParser.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ public class OOXMLParser extends AbstractOfficeParser {
102
102
//turn off POI's zip bomb detection because we have our own
103
103
ZipSecureFile.setMinInflateRatio(-1.0d);
104
104
//bump this to a higher value than POI's default of 1000
0 commit comments