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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-07-02 10:44 ------- +MS .NET 2.0 gives different behaviour, it prints: + +http://localhost/a _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
