https://bugzilla.novell.com/show_bug.cgi?id=368614


           Summary: URL parameter not working under version 1.9.0
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Field Engineer


After updating from 1.2.6 to version 1.9.0 the Redirect command does not handle
URL parameters correctly:
Example:
Response.Redirect("http://mywebsite.aspx?parameter=1";);

this results in a "webpage not found" error because mono generates this url:
http://mywebsite.aspxparameter=1

the "?" is missing.

It worked well with all previous version and happend first after upgrading to
1.9.0


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