2003-02-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 12 Feb 2003 03:39:46 +0000 (03:39 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Wed, 12 Feb 2003 03:39:46 +0000 (03:39 -0000)
commit9b098982cf737b9dccf7b9fa3e5866d1a3a52e3f
tree674173d7a1ee7d42632513eec9467162b2747f16
parent96f82806c519fad955b150c57fe3224af43c5c17
2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* list: added AuthorizationConfig and AuthorizationConfigHandler.

* System.Web/HttpRequest.cs: implemented the indexer.

* System.Web.Configuration/AuthorizationConfigHandler.cs: handler for
system.web/authorization section.

* System.Web.Configuration/AuthorizationConfig.cs: keeps record of
authorization configuration.

* System.Web.Security/FormsAuthentication.cs: implemented
RedirectFromLoginPage and GetRedirectUrl.

* System.Web.Security/FormsAuthenticationModule.cs: redirect to the
login page when a 401 error happens.

* System.Web.Security/UrlAuthorizationModule.cs: check for valid user
or render error page.

svn path=/trunk/mcs/; revision=11512
mcs/class/System.Web/ChangeLog
mcs/class/System.Web/System.Web.Configuration/AuthorizationConfig.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration/AuthorizationConfigHandler.cs [new file with mode: 0644]
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/UrlAuthorizationModule.cs
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpRequest.cs
mcs/class/System.Web/list