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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 01:12:15 -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-23 00:55:56.000000000 -0500
+++ shadow/55926.tmp.9700	2004-03-23 01:12:15.000000000 -0500
@@ -140,6 +140,21 @@
 
 Mono:
 $ mono sharpuri.exe
 file:///C:/cygwin/home/ginga/tests/c#book/testc#book1.xml
 
 Thanks.
+
+------- Additional Comments From jluke@cfl.rr.com  2004-03-23 01:12 -------
+That last test works:
+$ mono gg.exe
+file:///home/jluke/c#book/testc#book1.xml
+
+my comment about Uri was pure speculation that someone was calling:
+new Uri ("c#book/file.xml");
+or new Uri ("./c#book/file.xml");
+which don't work, although maybe they shouldn't
+
+whereas:
+new Uri ("file:///c#book/file.xml");
+works fine
+