[Mono-bugs] [Bug 75144][Nor] Changed - [PATCH] UriFormatException
is thrown for file:// URI
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 10 19:34:49 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 dsd at gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=75144
--- shadow/75144 2005-06-03 15:00:51.000000000 -0400
+++ shadow/75144.tmp.13003 2005-08-10 19:34:49.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 75144
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: UriFormatException is thrown for file:// URI
+Summary: [PATCH] UriFormatException is thrown for file:// URI
Mono throws an UriFormatException for the "file://" URI.
To reproduce this issue, compile and run the following code snippet:
using System;
@@ -39,6 +39,11 @@
No failure
This works fine in MS.NET 2.0, but threw an IndexOutOfRangeException
on .NET 1.x.
I'll commit a (ignored) unit test (in UriTest) for this later today.
+
+------- Additional Comments From dsd at gentoo.org 2005-08-10 19:34 -------
+Attaching a patch for this (and some related parsing issues) plus a
+test app that I used to confirm that after this patch, we behave the
+same as .NET 2.0.
More information about the mono-bugs
mailing list