[Mono-bugs] [Bug 376352] New: Assynchronous callbacks break formAction field if QueryString parameters are used .
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 2 10:44:11 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=376352
Summary: Assynchronous callbacks break formAction field if
QueryString parameters are used.
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: svyatogor at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
When making assync callback with System.Web.Extensions on the pages that have
Query string parameters the reply of such callback will miss the "?" between
url and params.
E.g. I have a page MyPage.aspx and I call it MyPage.aspx?param=value. After
first assync callback the formAction will become MyPage.aspxparam=value (notice
missing "?") thus all future requests will fail
Steps to reproduce the problem:
1. Create a page with UpdatePanel and anything resulting in assync callback
2. Call that page with QueryString param (e.g. MyPage.aspx?param=val)
3. Fire assync callback
Actual Results:
formAction is missing the "?" between page and params.
Expected Results:
formAction shouldn't change
How often does this happen?
Always.
Additional Information:
--
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