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=14239>.
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=14239

Entity Resolver gets different "systemId" on Entity Resolver callback.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2004-01-09 14:54 -------
h:/core/../core/extensions.dtd is an absolute URI, with scheme 'h', so it 
actually isn't a URI for a file like you intended. The reason you saw the 
discrepancy is because the URI implementation is rejecting one character scheme 
names as an absolute URI, so it is resolved as if it were relative. This is a 
bug (see Bug #18784). It isn't getting resolved when you have non-ASCII 
characters because these characters must be escaped and the parser just 
attempts to use the system ID it was passed if it cannot parse it as a URI.

*** This bug has been marked as a duplicate of 18784 ***

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

Reply via email to