[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 23:16:35 -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 23:06:14 2003
+++ shadow/41998.tmp.30500	Mon May  5 23:16:35 2003
@@ -64,6 +64,16 @@
 Perfect.
 
 My suggestion is to treat the argument in the same way as when running
 mono under windows. Just testing the Path.DirectorySeparatorChar is a
 '/' and then checking that Path.IsPathRooted returns true should be
 enough to take the same code path as C:\
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-05 23:16 -------
+Wonder what happens if you are running Rotor on Linux, would C:\ be
+parsed as a valid path?
+
+Also, what about SMB shares (\\server\share\path\to\file.txt), how do
+those get parsed with MS? With Rotor on Linux?
+
+If yes to both of the Rotor questions then we would have to work a bit
+harder at this.