[Mono-bugs] [Bug 337799] New: [Regression, 2.0] WebResource urls built incorrectly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 30 09:00:29 EDT 2007


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: mhabersack at novell.com
        ReportedBy: juraj at hotfeet.ch
         QAContact: mono-bugs at ximian.com
          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  <mhabersack at novell.com>

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


More information about the mono-bugs mailing list