[Mono-bugs] [Bug 55926][Nor] Changed - Error Loading XmlFiles with "#" character in Path

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 23:39:53 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by jluke@cfl.rr.com.

http://bugzilla.ximian.com/show_bug.cgi?id=55926

--- shadow/55926	2004-03-22 22:50:43.000000000 -0500
+++ shadow/55926.tmp.9133	2004-03-22 23:39:53.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 55926
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tropico@tiscali.be               
 QAContact: mono-bugs@ximian.com
@@ -56,6 +56,26 @@
 are appliciated (or I could not find what has happen).
 
 Also read it before changing "Proprity" field:
 http://bugzilla.ximian.com/bug_status.html#priority
 
 Thanks.
+
+------- Additional Comments From jluke@cfl.rr.com  2004-03-22 23:39 -------
+I can reproduse this as I just cvs up'd to test it.  I think it might
+be a Uri bug as I think you might reuse that in Xml but I'm not sure.
+
+$ mono ff.exe
+System.IO.FileNotFoundException: Could not find file "/home/jluke/c".
+in <0x002fd> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
+in <0x00037> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00081> (wrapper remoting-invoke-with-check)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00149> System.Xml.XmlUrlResolver:GetEntity
+(System.Uri,string,System.Type)in <0x00119>
+System.Xml.XmlTextReader:.ctor (string,System.Xml.XmlNameTable)
+in <0x00037> System.Xml.XmlTextReader:.ctor (string)
+in <0x0002a> System.Xml.XmlDocument:Load (string)
+in <0x00046> Test:Main ()