[Mono-bugs] [Bug 42559][Cos] Changed - System.Uri.ToString() returns different results on Mono versus Rotor
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 13:06: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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42559
--- shadow/42559 2003-05-07 22:32:36.000000000 -0400
+++ shadow/42559.tmp.13003 2004-06-05 13:06:29.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 42559
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Cosmetic
-Component: CORLIB
-AssignedTo: mono-bugs@ximian.com
+Component: System
+AssignedTo: atsushi@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: System.Uri.ToString() returns different results on Mono versus Rotor
@@ -65,6 +65,10 @@
\\server\share\path\to\file.txt as
//server/share/path/to/file.txt, which is the same thing as
/server/share/path/to/file.txt. However, it seems the URI does not get
rid of the extra '\' 's, but does change them to the standard '/' 's.
I think that this is going to have to become platform dependant code.
+
+------- Additional Comments From duncan@ximian.com 2003-08-11 18:31 -------
+What should the behavior be then? Is there a way to find out what
+platform we're running on, some sort of #if tag, maybe?