[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 13:28:23 -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 bmaurer@users.sf.net.

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

--- shadow/41998	Mon May  5 12:24:29 2003
+++ shadow/41998.tmp.16492	Mon May  5 13:28:23 2003
@@ -11,12 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ianm@activestate.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: Uri constructor fails with unix style path
+OtherBugsDependingOnThis: 42121
 
 Description of Problem:
 the constructor of Uri class fails when passed a bare unix style file path
 ie withouth file:// prepended to it.
 
 Steps to reproduce the problem:
@@ -36,6 +37,12 @@
 consistently
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-05-05 12:24 -------
 What happens if you do this on Microsoft? What does Microsoft do with 
 the string "c:\"? Do the ECMA specs say anything about changing this 
 namespace to adapt it to the type of system it is running on?
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-05 13:28 -------
+Another thought, what does Microsoft do if you pass something like 
+etc (assuming your cd was /)?
+
+I think this bug is blocking 42121, adding that.