2002-12-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 19 Dec 2002 05:26:58 +0000 (05:26 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 19 Dec 2002 05:26:58 +0000 (05:26 -0000)
commit845496d2057c292342d4120498bba6caecfc95e5
treed6ec7ef76f29e0620f1dcea7e9e12472b654304a
parent4c82ee69aef5709e63e4dc77caf8af395127ad52
2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Configuration/AuthConfig.cs: LoginUrl defaults to login.aspx.
* System.Web.Security/FormsAuthentication.cs: return a null ticket when
an exception is thrown creating it. Implemented RenewTicketIfOld.

* System.Web.Security/FormsAuthenticationModule.cs: implemented event
handlers for AuthenticateRequest and EndRequest.
* System.Web.Security/FormsAuthenticationTicket.cs: implemented
SetDates and Clone methods.

svn path=/trunk/mcs/; revision=9764
mcs/class/System.Web/System.Web.Configuration/AuthConfig.cs
mcs/class/System.Web/System.Web.Configuration/ChangeLog
mcs/class/System.Web/System.Web.Security/ChangeLog
mcs/class/System.Web/System.Web.Security/FormsAuthentication.cs
mcs/class/System.Web/System.Web.Security/FormsAuthenticationModule.cs
mcs/class/System.Web/System.Web.Security/FormsAuthenticationTicket.cs