[Mono-bugs] [Bug 602411] New: Uri composition is buggy

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 4 10:15:31 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=602411

http://bugzilla.novell.com/show_bug.cgi?id=602411#c0


           Summary: Uri composition is buggy
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: openSUSE 11.3
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


When creating a new Uri out from an absolute Uri and a relative Uri, the result
is incorrect, consider this case:

var a = new Uri ("http://google.com/url");
var b = new Uri (a, "?foo");

The result on .NET is "http://www.google.com/url?foo", with Mono it becomes
"http://www.google.com/?foo"

This bug is present in 2.4, 2.6 and trunk (as of May 4th)

-- 
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.


More information about the mono-bugs mailing list