ppkarwasz opened a new pull request, #59: URL: https://github.com/apache/commons-xml/pull/59
Stacked on #57 (uses its `newDefault(NS)Instance` methods). The hardening wrappers rewrite every reader-less `Source` through their own hardened parsers, so the JDK TrAX, XPath and schema implementations' internal parsers are never used — and `jdk.xml.overrideDefaultParser` was silently ignored: on the stock JDK the feature's `false` default means internal parses use the JDK *built-in* parser, while the rewrite unconditionally used the ServiceLoader lookup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
