ppkarwasz commented on PR #18: URL: https://github.com/apache/commons-xml/pull/18#issuecomment-4915901732
> I use XmlFactories for everything in my projects and sometimes I want to override what I get with "unsafe" code. Can I do that here? This PR is a little bit about this: sometimes you want to access some external resources or resources by some criteria. In that case you can install a resolver and you don't need to remember what returning `null` does. This should be useful, since “experimentally” returning `null` blocks (the JDK sets `ACCESS_EXTERNAL_DTD = ""` by default if FSP in `true`), but according to the documentation it is equivalent to `new URL(systemId).openConnection()`. -- 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]
