[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 12:24:29 -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	Sun Apr 27 21:50:56 2003
+++ shadow/41998.tmp.2206	Mon May  5 12:24:29 2003
@@ -10,13 +10,12 @@
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ianm@activestate.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Uri constructor fails with unix style path
 
 Description of Problem:
 the constructor of Uri class fails when passed a bare unix style file path
 ie withouth file:// prepended to it.
 
@@ -32,6 +31,11 @@
 
 Expected Results:
 successful creation of new URI object
 
 How often does this happen? 
 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?