https://bugzilla.novell.com/show_bug.cgi?id=337799#c335615

           Summary: [Regression, 2.0] WebResource urls built incorrectly
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          Found By: ---


In AssemblyResourceLoader.cs, GetResourceUrl() uses ';' as param separator,
while ProcessRequest() does not accept this character as separator (it uses
HttpRequest.QueryString).

The following commit broke this:

2007-10-24  Marek Habersack  <[EMAIL PROTECTED]>

        * HttpUtility.cs: MS.NET does not support the ';' query parameter
        separator. Fixes bug #335615


The attached patch fixes this.
Is this ok to commit?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to