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 2002/01/13 22:31:00 UTC

DO NOT REPLY [Bug 2926] - constructor StreamSource(File f) sets incorrect system id for windows platform

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

constructor StreamSource(File f) sets incorrect system id for windows platform

curcuru@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |Low



------- Additional Comments From curcuru@apache.org  2002-01-13 13:30 -------
OK, if no-one's commented on it for this long, it must be pri:low.
Note: I *think* the only bug in the described behavior above is that there's 
still a '\' backslash character left in there; I'm pretty sure that the correct 
URI would be "file:///c:/foo.xsl", and the only potential item to discuss would 
be if the : colon after the c needs to be escaped.