[Mono-bugs] [Bug 52501][Wis] New - Bug in SessionStateModule

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 14:11:40 -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 mono-bug@jerryweb.info.

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

--- shadow/52501	2003-12-23 14:11:39.000000000 -0500
+++ shadow/52501.tmp.4413	2003-12-23 14:11:39.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 52501
+Product: Mono/Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo 1.4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono-bug@jerryweb.info               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug in SessionStateModule
+
+Description of Problem:
+NullReferenceException in SessionStateModule in current (2003-12-23) CVS
+version of MCS.
+
+Steps to reproduce the problem:
+1. Insert <SessionState mode="Off" /> in web.config
+
+Actual Results:
+System.NullReferenceException: A null value was found where an object
+instance was required
+in <0x001e4> System.Web.SessionState.SessionStateModule:OnBeginAcquireState
+(object,System.EventArgs,System.AsyncCallback,object)
+in <0x00070> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_IAsyncResult_object_EventArgs_AsyncCallback_object
+(object,System.EventArgs,System.AsyncCallback,object)
+in <0x00041> .AsyncEventState:Execute ()
+in <0x0007d> .StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)