瀏覽代碼

setDisallowDocTypeDeclaration

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894222 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 年之前
父節點
當前提交
5dbd081179

+ 1
- 0
poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java 查看文件

@@ -75,6 +75,7 @@ public class TestAllFiles {
"**/.svn/**",
"lost+found",
"**/.git/**",
"**/ExternalEntityInText.docx", //the DocType (DTD) declaration causes this to fail
"**/right-to-left.xlsx" //the threaded comments in this file cause XSSF clone to fail
};


+ 1
- 1
poi-integration/src/test/java/org/apache/poi/stress/XWPFFileHandler.java 查看文件

@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Test;

class XWPFFileHandler extends AbstractFileHandler {
private static final Set<String> EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet(
"document/truncated62886.docx"
"document/truncated62886.docx", "document/ExternalEntityInText.docx"
);

@Override

二進制
poi-integration/src/test/java9/module-info.class 查看文件


Loading…
取消
儲存