Bug 45208 - URI mappings are not checked during resolution
Summary: URI mappings are not checked during resolution
Status: NEW
Alias: None
Product: XmlCommons - Now in JIRA
Classification: Unclassified
Component: Resolver (show other bugs)
Version: 1.x
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Commons Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 10:57 UTC by Earl Hood
Modified: 2008-06-15 10:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.