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:
PJ Fanning 2021-02-21 18:31:49 +00:00
parent 297c16f1f0
commit 62bfbd3c90
1 changed files with 1 additions and 1 deletions

View 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"
};