[Mono-bugs] [Bug 54918][Nor] Changed - Uri constructed with "file:///path" turns into a relative uri.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Apr 2004 04:41:58 -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 lluis@ximian.com.

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

--- shadow/54918	2004-02-26 20:09:48.000000000 -0500
+++ shadow/54918.tmp.5787	2004-04-02 04:41:58.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54918
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Red Hat 9.0
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mlasky@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -65,6 +65,10 @@
 How often does this happen? 
 always
 
 Additional Information:
 This is similar to bug #51844, the difference is preceding the path with
 "file://".
+
+------- Additional Comments From lluis@ximian.com  2004-04-02 04:41 -------
+file://usr/bin is not a relative uri, it is an absolute uri since it
+begins with a scheme name. Moreover, MS.NET give the same result.