noblepaul commented on PR #994: URL: https://github.com/apache/solr/pull/994#issuecomment-1236287311
@dsmiley I think #962 is about safely loading XML. Here, the intent is to standardise XML consumption to a common API. Already solrconfig and schema are not using XPATH and DOM . However, I would prefer to implement another `ConfigNode` impl that parses and loads data using SAX. SAX is way safer , faster & cheaper -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
