Ability to register() Entity URLs for Public IDs like in Digester
-----------------------------------------------------------------
Key: CONFIGURATION-290
URL: https://issues.apache.org/jira/browse/CONFIGURATION-290
Project: Commons Configuration
Issue Type: New Feature
Affects Versions: 1.4
Environment: Configuration 1.4
Reporter: Kristoff Kiefer
When trying to parse a XMLConfiguration from behind a firewall. Configuration
will quit due to a refused connection when trying to resolve a Public ID to an
external entity. (web.xml DTD in this case)
With Digester I'd know what to to, simply register() a local copy of the file
in question)
It would be nice to do the same for Configuration wouldn't it?
(It would save me from writing my own EntityResolver)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.