[Mono-bugs] [Bug 79049][Nor] New - System.Uri.MakeRelativeUri not implemented

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 10 09:32:34 EDT 2006


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 adam at adamforster.com.

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: mono-bugs at ximian.com                            
+ReportedBy: adam at adamforster.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list