[Mono-bugs] [Bug 47573][Wis] Changed - Bugs in System.Uri
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Aug 2003 21:40:20 -0400 (EDT)
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47573
--- shadow/47573 2003-08-12 20:46:21.000000000 -0400
+++ shadow/47573.tmp.12596 2003-08-12 21:40:20.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47573
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: duncan@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,14 @@
5) #s => (current document)#s (mono: crash)
With the MS 1.1 runtime, these two cases fail:
1) g:h (MS: UriFormatException)
2) /g (MS: UriFormatException)
+
+------- Additional Comments From duncan@ximian.com 2003-08-12 21:40 -------
+Okay, turns out case #2 isn't a bug, it was just a typo:
+
+2) /g =>file://x, /g
+
+We actually correctly yield the result 'http://a/g'.
+