[Mono-bugs] [Bug 51313][Nor] Changed - Uri.LocalPath returns invalid path for relative paths
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Nov 2003 15:20:28 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=51313
--- shadow/51313 2003-11-23 15:19:56.000000000 -0500
+++ shadow/51313.tmp.2370 2003-11-23 15:20:28.000000000 -0500
@@ -31,6 +31,11 @@
Apparently MS.NET does not consider a path starting with .\ or ..\ a valid
uri (and throws an exception in this case), but Mono does. This is not a
problem by itself, if the LocalPath property would return a valid path that
actually corresponds with the URI.
I attached a repro that demonstrates this behaviour.
+
+------- Additional Comments From gert.driesen@pandora.be 2003-11-23 15:20 -------
+Created an attachment (id=5995)
+repro that demonstrates the issue
+