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=78374 --- shadow/78374 2006-05-11 15:17:43.000000000 -0400 +++ shadow/78374.tmp.31662 2006-05-11 15:17:43.000000000 -0400 @@ -0,0 +1,34 @@ +Bug#: 78374 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [2.0] Uri OriginalString can return null. + +The following testcase: + +using System; + +class T{ + static void Main (string [] args) { + Uri a = new Uri ("http://www.mono-project.com"); + Uri b = new Uri (a, "docs"); + + Console.WriteLine (b.OriginalString); + } +} + +is null on mono; and "http://www.mono-project.com/docs" on ms.net. + +-g _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
