http://bugzilla.novell.com/show_bug.cgi?id=523278
Summary: System.Uri.Uri.IsWellFormedUriString doesn't recognize
relative URIs with colons
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Found By: ---
Test:
using System;
class MainClass
{
public static void Main (string[] args)
{
var url = @"/foo:bar";
Console.WriteLine (Uri.IsWellFormedUriString (url,
UriKind.RelativeOrAbsolute));
}
}
ExpectedResult:
"True" - This is the output on .NET
Actual Result:
"False"
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs