]> source.dussan.org Git - poi.git/commitdiff
try re-eanbling xml entity config
authorPJ Fanning <fanningpj@apache.org>
Sun, 21 Feb 2021 18:31:49 +0000 (18:31 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 21 Feb 2021 18:31:49 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886766 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/util/XMLHelper.java

index 72a7633a044fd91c08e9a008f70e9cbcdc5fc84c..f58306f15c512682958fdb0d822abe021501cc27 100644 (file)
@@ -69,7 +69,7 @@ public final class XMLHelper {
     static final String METHOD_ENTITY_EXPANSION_XERCES = "setEntityExpansionLimit";
 
     static final String[] SECURITY_MANAGERS = {
-            //"com.sun.org.apache.xerces.internal.util.SecurityManager",
+            "com.sun.org.apache.xerces.internal.util.SecurityManager",
             "org.apache.xerces.util.SecurityManager"
     };