[Mono-bugs] [Bug 77058][Nor] New - System.IO.Path - Windows drive
path canonalization is incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 21 16:08:47 EST 2005
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77058
--- shadow/77058 2005-12-21 16:08:47.000000000 -0500
+++ shadow/77058.tmp.3315 2005-12-21 16:08:47.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 77058
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Windows XP
+OS Details: all windows os
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: sebastien at ximian.com
+ReportedBy: sebastien at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.IO.Path - Windows drive path canonalization is incorrect
+
+Description of Problem:
+Windows drive path canonalization is incorrect. It seems to go too far.
+
+
+Steps to reproduce the problem:
+1. Path.GetFullPath (@"C:\Windows\System32\..\..\..\dir")
+
+Actual Results:
+dir
+
+Expected Results:
+C:\dir
+
+How often does this happen?
+Always
+
+Additional Information:
+It doesn't affect paths without drives or drive/path that are .. too deeply
More information about the mono-bugs
mailing list