[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:31:36 -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 ianm@activestate.com.

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

--- shadow/41998	Mon May  5 22:07:31 2003
+++ shadow/41998.tmp.5502	Mon May  5 22:31:36 2003
@@ -52,6 +52,10 @@
 .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'?
 
+
+------- Additional Comments From ianm@activestate.com  2003-05-05 22:31 -------
+ms throws an 'System.UriFormatException' exception in both those
+cases. ( ie ..\file and \file )