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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to