[Mono-bugs] [Bug 68709][Cri] Changed - Web service Global.Application_End is not being called when web service shuts down.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Nov 2004 20:40:24 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68709
--- shadow/68709 2004-11-16 19:33:17.000000000 -0500
+++ shadow/68709.tmp.16079 2004-11-23 20:40:24.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 68709
Product: Mono: Class Libraries
Version: unspecified
OS: Windows XP
OS Details:
-Status: REOPENED
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Critical
Component: Sys.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: mlasky@novell.com
@@ -68,6 +68,11 @@
This still does not work on .NET Windows XP Service Pack 2. Get the
attached file and install in directory. Run XSP from directory and
hit with browser @ http://localhost:8080/Test.asmx. Xsp should print
to the console the handlers that are being called. When Xsp is
terminated by hitting <Enter>, Application_End is never called. This
same code runs correctly on mono.
+
+------- Additional Comments From gonzalo@ximian.com 2004-11-23 20:40 -------
+I have this fixed now. The patch will be in SVN soon.
+Seems like our runtime likes properly exiting but MS runtime is not as
+clean... Good for us.