ppkarwasz commented on PR #30: URL: https://github.com/apache/commons-xml/pull/30#issuecomment-5159502951
Every external fetch will return an **empty** stream or `DOMSource`, depending on the JAXP factory. That operation alone will **not** cause any errors, but its side-effects will: a missing entity declaration, an empty imported schema, and so on. This PR also defines a system property `org.apache.commons.xml.throwOnUnresolved` that throws on any external fetch, if set to `true`. -- 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]
