[Mono-bugs] [Bug 71053][Nor] Changed - System.Uri refuses
"http://localhost/../../../a"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 2 10:44:58 EDT 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 dsd at gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=71053
--- shadow/71053 2005-05-20 15:56:54.000000000 -0400
+++ shadow/71053.tmp.905 2005-07-02 10:44:58.000000000 -0400
@@ -10,13 +10,12 @@
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: ilyak at mainsoft.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: System.Uri refuses "http://localhost/../../../a"
Steps to reproduce the problem:
Uri u = new Uri("http://localhost/../../../a");
Actual Results:
@@ -44,6 +43,11 @@
On MSFT it prints
$ ./x
http://localhost/../../../a
+
+------- Additional Comments From dsd at gentoo.org 2005-07-02 10:44 -------
+MS .NET 2.0 gives different behaviour, it prints:
+
+http://localhost/a
More information about the mono-bugs
mailing list