[Mono-bugs] [Bug 51703][Nor] Changed - Response.Redirect() doesn't stop code execution on the current page

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 11:26:19 -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 biomech@uscm.net.

http://bugzilla.ximian.com/show_bug.cgi?id=51703

--- shadow/51703	2003-12-04 11:24:43.000000000 -0500
+++ shadow/51703.tmp.10619	2003-12-04 11:26:18.000000000 -0500
@@ -128,6 +128,11 @@
 
 Additional Information:
 The MS.NET class reference indicates that Redirect eventually calls the 
 End method which should throw a ThreadAbortException. My guess is that the 
 thread processing the page should be aborted, thus terminating any further 
 execution of the page. Mono may not be doing this.
+
+------- Additional Comments From biomech@uscm.net  2003-12-04 11:26 -------
+Created an attachment (id=6107)
+Sample code
+