PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2926 *** shadow/2926 Tue Jul 31 10:10:41 2001 --- shadow/2926.tmp.13437 Tue Jul 31 10:10:41 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | constructor StreamSource(File f) sets incorrect system id for windows plat | + +----------------------------------------------------------------------------+ + | Bug #: 2926 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: javax.xml | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The constructor StreamSource(File f) sets an incorrect system id for the + windows platform. + + Ex. + File f = new File("c:\\foo.xsl") ; + StreamSource ss = new StreamSource(f); + ss.systemId = "file:///c:\foo.xsl"
