Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.11.0
-
None
-
None
-
all
Description
It would be nice if Xerces's XMLReader natively recognized the feature http://javax.xml.XMLConstants/feature/secure-processing (XMLConstants.FEATURE_SECURE_PROCESSING) as defined in JAXP. It already supports this through the JAXP API. Practically it's the same as setting the property http://apache.org/xml/properties/security-manager to "org.apache.xerces.util.SecurityManager"