[Mono-bugs] [Bug 47691][Nor] Changed - XPathDocument (and other classes?) have problems when a folder name containing the xmldocument src contains the # character.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Aug 2003 14:42:52 -0400 (EDT)


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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/47691	2003-08-21 12:10:16.000000000 -0400
+++ shadow/47691.tmp.10289	2003-08-21 14:42:52.000000000 -0400
@@ -98,6 +98,11 @@
 
 Uri uri = null;
 uri = new Uri (@"\\myserver\mydir\mysubdir\C#\myfile.ext");
 Assertion.AssertEquals 
 ("#n4711", "/myserver/mydir/mysubdir/C#/myfile.ext", uri.LocalPath);
 
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-08-21 14:42 -------
+Created an attachment (id=5186)
+A patch candidate to fix that problem.
+