You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/03/25 23:00:11 UTC

DO NOT REPLY [Bug 18345] New: - [RFC 2396]: Path incorrectly resolved when base is '[scheme]://[host]'

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: xerces-j-dev@xml.apache.org
        ReportedBy: mrglavas@ece.uwaterloo.ca


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org