[Mono-bugs] [Bug 41998][Nor] Changed - Uri constructor fails with unix style path

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 22:07:31 -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 gonzalo@ximian.com.

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

--- shadow/41998	Mon May  5 21:14:39 2003
+++ shadow/41998.tmp.5954	Mon May  5 22:07:31 2003
@@ -47,6 +47,11 @@
 
 I think this bug is blocking 42121, adding that.
 
 ------- Additional Comments From ianm@activestate.com  2003-05-05 21:14 -------
 the string c:\ is handled the same as the string file:///c:/  on both
 .net and mono
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-05 22:07 -------
+Does it allow relative paths such as '..\file' or just 'file'?
+What does MS do for '../file' and '/file'?
+