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=18345>. 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=18345 [RFC 2396]: Path incorrectly resolved when base is '[scheme]://[host]' Summary: [RFC 2396]: Path incorrectly resolved when base is '[scheme]://[host]' Product: Xerces2-J Version: 2.3.0 Platform: Other URL: http://www.ietf.org/rfc/rfc2396.txt OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The path portion of a relative URI is not resolved correctly when the base URI is of form '[scheme]://[host]'. Xerces is currently resolving these URIs as scheme://[host][path] instead of scheme://[host]/[path]. For example if: base = http://www.ietf.org relative = rfc/rfc2396.txt Xerces resolves this to http://www.ietf.orgrfc/rfc2396.txt instead of http://www.ietf.org/rfc/rfc2396.txt. Reference: http://www.ietf.org/rfc/rfc2396.txt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
