[Mono-bugs] [Bug 69318][Nor] New - Form action not set after a Server.Transfer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Nov 2004 13:51:48 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by anmar@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69318
--- shadow/69318 2004-11-10 13:51:48.000000000 -0500
+++ shadow/69318.tmp.11797 2004-11-10 13:51:48.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 69318
+Product: Mono: Class Libraries
+Version: 1.0
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: anmar@gmx.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Form action not set after a Server.Transfer
+
+After a Server.Transfer, the action property of the form is leaved empty,
+then the browser will post back to the original page instead of the new one.
+
+Steps to reproduce the problem:
+1. Unzip the attached test case
+2. Run mod_mono on that folder and point the browser to page1.aspx
+3. Click Button1
+4. See html of the page, action is leaved without value.
+5. Click Button2.
+
+Expected Results:
+The last post back (after clicking on Button2) should do a post back on
+page2.aspx
+
+Actual Results:
+The post back is send to page1.aspx because the browser doesn't know that
+the request was transferred.
+
+Additional Information:
+It has been tested with mono 1.0.4, mod_mono 1.0.4 and Apache 2.0.52 under RH9.