Bug 45208

Summary: URI mappings are not checked during resolution
Product: XmlCommons - Now in JIRA Reporter: Earl Hood <earl>
Component: ResolverAssignee: Commons Developers Mailing List <commons-dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 1.x   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Earl Hood 2008-06-15 10:57:15 UTC
When resolving identifiers (e.g. public and/or system), <uri>
entries are not getting checked during resolution.  I.e.
After checking for public and/or systemid map, it seems
a URI mapping should be checked before determine what the
final URI is.

The W3C document appears to be lacking in the role of <uri> entries
in the resolution process.

It seems that classes implementing EntityResolver and URIResolver
should be modified to also check URI mappings when determine
what URI to return/use.