[Mono-bugs] [Bug 58541][Nor] New - MONO Beta 1 Bug: Web.Config forms element not supporting slidingExpiration=true

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 15 May 2004 03:32:44 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/58541	2004-05-15 03:32:44.000000000 -0400
+++ shadow/58541.tmp.15540	2004-05-15 03:32:44.000000000 -0400
@@ -0,0 +1,63 @@
+Bug#: 58541
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 002 Two hours
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: davidandrewtaylor@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: MONO Beta 1 Bug: Web.Config forms element not supporting slidingExpiration=true
+
+Description of Problem:
+MONO Web.Config forms element not supporting slidingExpiration="true".  
+Note that this is the default in .NET 1.1 (so this is not a big bug), and 
+MONO does work when the attribute is set to "false".  However setting 
+this attribute to true in web.config should NOT cause the application to 
+fail. (should be a simple fix).
+
+Steps to reproduce the problem:
+1. ASP.NET app with web.config with forms element slidingExpiration 
+attribute set to "true".
+2. Run the app.
+
+Actual Results:
+System.Configuration.ConfigurationException: Invalid value for 
+SlidingExpiration (node name: forms) ()
+in <0x0009e> System.Web.Configuration.HandlersUtil:ThrowException 
+(string,System.Xml.XmlNode)
+in <0x0033b> System.Web.Configuration.AuthenticationConfigHandler:Create 
+(object,object,System.Xml.XmlNode)
+in <0x001c0> System.Web.Configuration.ConfigurationData:GetConfigInternal 
+(string,System.Web.HttpContext,bool)
+in <0x0008b> 
+System.Web.Configuration.ConfigurationData:GetConfigOptLocation 
+(string,System.Web.HttpContext,bool)
+in <0x002fe> System.Web.Configuration.ConfigurationData:GetConfig 
+(string,System.Web.HttpContext)
+in <0x00079> System.Web.Configuration.WebDefaultConfig:GetConfig 
+(string,System.Web.HttpContext)
+in <0x00019> System.Web.Configuration.WebConfigurationSettings:GetConfig 
+(string,System.Web.HttpContext)
+in <0x0000e> System.Web.HttpContext:GetConfig (string)
+in <0x00096> 
+System.Web.Security.FormsAuthenticationModule:OnAuthenticateRequest 
+(object,System.EventArgs)
+in <0x0005a> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_EventArgs 
+(object,System.EventArgs)
+in <0x00036> EventState:Execute ()
+in <0x00084> StateMachine:ExecuteState 
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+Expected Results:
+Should work.
+
+How often does this happen? 
+All the time.