https://bugzilla.novell.com/show_bug.cgi?id=440558
Summary: Bug in Uri parsing
Product: Mono: Class Libraries
Version: SVN
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: ---
using System;
class Test
{
static void Main(string[] args)
{
string s = "http://original.com/blah/Yeah.html?query=yeah#FRAG";
Console.WriteLine (new Uri("pack://" + s));
}
}
The above should parse the uri into:
pack://http//original.com/blah/Yeah.html?query=yeah#FRAG
--
Configure bugmail: https://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