[Mono-bugs] [Bug 74292][Maj] New - HTTP applications are aborted early when processing the end event.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 31 Mar 2005 20:11:00 -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 rlyon@novell.com.

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

--- shadow/74292	2005-03-31 20:11:00.000000000 -0500
+++ shadow/74292.tmp.29236	2005-03-31 20:11:00.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 74292
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rlyon@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: HTTP applications are aborted early when processing the end event.
+
+The Global.Application_End event is aborted early because it is on a
+background thread.
+
+I will attach an example that demonstrates the problem and a patch that
+fixes the problem in my situation.
+
+With the example, start xsp in the same directory as the example files, hit
+the URL with a web browser to start the application, and then hit return to
+stop xsp.  Notice that the end event was not fully processed.