[Mono-bugs] [Bug 42559][Cos] Changed - System.Uri.ToString() returns different results on Mono versus Rotor

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 18:31:47 -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 duncan@ximian.com.

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

--- shadow/42559	2003-05-07 22:32:36.000000000 -0400
+++ shadow/42559.tmp.649	2003-08-11 18:31:47.000000000 -0400
@@ -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?