[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 15:32:14 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71053
--- shadow/71053 2005-07-02 10:44:58.000000000 -0400
+++ shadow/71053.tmp.3069 2005-07-02 15:32:14.000000000 -0400
@@ -48,6 +48,12 @@
------- Additional Comments From dsd at gentoo.org 2005-07-02 10:44 -------
MS .NET 2.0 gives different behaviour, it prints:
http://localhost/a
+
+------- Additional Comments From atsushi at ximian.com 2005-07-02 15:32 -------
+Uri.ctor(string) accepts an absolute path. For example new Uri
+("foo.txt") throws an exception. So I think this bug should be
+resolved as INVALID.
+
More information about the mono-bugs
mailing list