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/10/07 18:48:01 UTC

DO NOT REPLY [Bug 18345] - [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]'

elharo@metalab.unc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From elharo@metalab.unc.edu  2003-10-07 16:48 -------
Xerces 2.5 has fixed the case for scheme://host. However, it still fails for
scheme://host/directory

For example, use sax.Counter to attempt to validate both
http://www.cafeconleche.org and http://www.ibiblio.org/xml which are the same
page (both invalid).  For http://www.cafeconleche.org various validation errors
are reported. However, for http://www.ibiblio.org/xml sax.Counter reports that
it can't find the DTD at the URL http://www.ibiblio.org/DTD/xhtml-transitional.dtd
That's because it should be looking for
http://www.ibiblio.org/xml/DTD/xhtml-transitional.dtd instead

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org