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=79049 --- shadow/79049 2006-08-10 09:32:34.000000000 -0400 +++ shadow/79049.tmp.12742 2006-08-10 09:32:34.000000000 -0400 @@ -0,0 +1,41 @@ +Bug#: 79049 +Product: Mono: Class Libraries +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: System.Uri.MakeRelativeUri not implemented + +Description of Problem: + The method 'System.Uri.MakeRelativeUri' has not been implemented. + +Steps to reproduce the problem: +1. Place a call to the method i.e: + + Uri uri1 = new Uri("http://test.com"); + Uri uri2 = new Uri("http://test.com/page"); + Console.WriteLine(uri1.MakeRelativeUri(uri2)); + +Actual Results: + Throws a 'System.NotImplementedException'. + +Expected Results: + Should work. + +How often does this happen? + Always. + +Additional Information: + This should be an easy fix. The method 'System.Uri.MakeRelativeUri' is +not very different from the deprecated 'System.Uri.MakeRelative', which has +already been implemented. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
