[Mono-bugs] [Bug 74771][Maj] Changed - System.Path.IO is no longer handling Windows like paths.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 18:31:48 -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 miguel@ximian.com.

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

--- shadow/74771	2005-04-29 18:04:05.000000000 -0400
+++ shadow/74771.tmp.14615	2005-04-29 18:31:48.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74771
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rlyon@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,24 @@
 Windows box to a Linux server and I need to handle the HTTP header.
 
 ------- Additional Comments From rlyon@novell.com  2005-04-29 18:04 -------
 Created an attachment (id=15040)
 Sample Code
 
+
+------- Additional Comments From miguel@ximian.com  2005-04-29 18:31 -------
+Rob, the problem is that in Unix
+
+c:\test\test.txt
+
+is a valid file name.
+
+So we fixed a bug (I believe this was a bug for Beagle) and while 
+that got fixed, the broken behavior got fixed as well.
+
+try:
+
+echo > "c:\\test\\test.txt"
+
+To witness
+
+Miguel.