mirror of https://github.com/apache/poi.git
try re-eanbling xml entity config
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
297c16f1f0
commit
62bfbd3c90
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue