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=6701>. 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=6701 schemaHint of relative URI form always resolved relative to current working directory Summary: schemaHint of relative URI form always resolved relative to current working directory Product: Xerces2-J Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: XML Schema Structures AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In XSDHandler's parseSchema method, baseURI for resolving a schema is set to null (line# 375), which causes it to be resolved relative to the current working directory when schemaHint was given in the form of relative URI. Instead, it should use the systemId (if any) of the instance document as the base URI. Resolving it based on the current working directory deprives an application of the chance to resolve it correctly. It should only be done so as the last resort after application could not resolve it. -taki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
