[Mono-bugs] [Bug 65613][Maj] Changed - Server.Transfer() to the submitted page results in infinite loop (possibly because of IsPostBack)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Sep 2004 23:07:53 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65613
--- shadow/65613 2004-09-09 15:54:33.000000000 -0400
+++ shadow/65613.tmp.1221 2004-09-09 23:07:53.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 65613
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
@@ -66,6 +66,11 @@
You can workaround this problem by using Response.Redirect() instead of
Server.Transfer().
I doubt that IsPostBack is incorrectly true (request values exist) and thus
ButtonPress event is recursively invoked.
+
+------- Additional Comments From gonzalo@ximian.com 2004-09-09 23:07 -------
+Fixed in CVS and HEAD.
+Thanks!
+