You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/07/25 21:52:19 UTC

DO NOT REPLY [Bug 21893] - SystemIDResolver.isAbsoluteURI seems to be incorrect

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

SystemIDResolver.isAbsoluteURI seems to be incorrect





------- Additional Comments From igorh@ca.ibm.com  2003-07-25 19:52 -------
3. We should find first substring string before first �/�  (or end of the string).
We return true from SystemIDResolver.isRerativeURI() if no �:� in the substring.

Henry Zongaro helped me with this problem.