[Mono-bugs] [Bug 44197][Nor] Changed - Session_Start() error

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 19:41:29 -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=44197

--- shadow/44197	2003-07-01 09:42:23.000000000 -0400
+++ shadow/44197.tmp.1267	2003-08-11 19:41:29.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 44197
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: tberman@gentoo.org               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,14 @@
 ------- Additional Comments From gonzalo@ximian.com  2003-07-01 09:34 -------
 Right now i get redirected to the error page. It seems that the
 context is not set before calling Session_Start.
 
 Also the error page displays some stuff written from global.asax
 events while MS does not show those.
+
+------- Additional Comments From gonzalo@ximian.com  2003-08-11 19:41 -------
+Fixed in CVS.
+
+Notice that if you use the gzip encoding filter, which works before
+EndRequest is fired, you won't get the "Request is Ending...".
+
+