[Mono-bugs] [Bug 76146][Maj] Changed - Uri class doesn't handle
"foo:///?bar"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 19 19:41:57 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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76146
--- shadow/76146 2005-09-19 19:40:48.000000000 -0400
+++ shadow/76146.tmp.12740 2005-09-19 19:41:57.000000000 -0400
@@ -90,6 +90,18 @@
RI could not be determined.
at System.Uri.Parse()
at System.Uri..ctor(String uriString, Boolean dontEscape)
at System.Uri..ctor(String uriString)
at Test.Main()
+
+------- Additional Comments From peter at novonyx.com 2005-09-19 19:41 -------
+When run with .Net 2.0, it doesn't fail:
+
+[c:\]csc t2.cs
+Microsoft (R) Visual C# 2005 Compiler version 8.00.50215.44
+for Microsoft (R) Windows (R) 2005 Framework version 2.0.50215
+Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
+
+
+[c:\]t2
+foo:///bar
More information about the mono-bugs
mailing list