[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
Tue Nov 15 12:40:19 EST 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 sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76146

--- shadow/76146	2005-09-19 19:41:57.000000000 -0400
+++ shadow/76146.tmp.9047	2005-11-15 12:40:19.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76146
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: joeshaw at novell.com               
 QAContact: mono-bugs at ximian.com
@@ -102,6 +102,18 @@
 for Microsoft (R) Windows (R) 2005 Framework version 2.0.50215
 Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
 
 
 [c:\]t2
 foo:///bar
+
+------- Additional Comments From sebastien at ximian.com  2005-11-15 12:40 -------
+Both Uri test cases works under MS 2.0. With the latest changes
+(r53067-53070) they also work on Mono.
+
+However they (actually) works *on*both* 1.1 and 2.0 profiles! As this
+is really a (1.x) bug I'm not sure if I should try to emulate the
+error on 1.x. It seems a waste of (my ;-) time and, anyway, people
+will need to update their code to work under 2.0 and later.
+
+I'll be adding both cases in the unit tests shortly.
+


More information about the mono-bugs mailing list