[Mono-bugs] [Bug 440558] New: Bug in Uri parsing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 31 07:56:55 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: alan.mcgovern at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list