DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27010>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27010

DOMBuilder::parseURI should use EntityResolver

           Summary: DOMBuilder::parseURI should use EntityResolver
           Product: Xerces-C++
           Version: 2.4.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: DOM
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


DOMBuilder::parseURI parses an entity, given its URI. The EntityResolver,
if set, should be used to "open" this URI.

At the moment, the URI is passed to XMLScanner::scanDocument, which then
creates a LocalFileInputSource, or an URLInputSource, without considering
an EntityResolver.

Severity set to Minor because this problem can be worked around.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to