[Mono-dev] [PATCH] Regression in System.Web.Security.FormsAuthenticationModule

Marek Habersack mhabersack at novell.com
Wed Apr 4 09:22:23 EDT 2007


On Wed, 04 Apr 2007 15:10:25 +0200, Juraj Skripsky <js at hotfeet.ch> scribbled:

> Hello,
Hello,

> The follow commit caused a regression in NET_1_1: Session_End in
> global.asax is never called. The cause is an NullReferenceException in
> FormsAuthenticationModule.Init() as "app.Context" is null (only in this
> method and only when a session is about to be terminated). 
> 
> 2007-03-21 Vladimir Krasnov <vladimirk at mainsoft.com>
> 
> * FormsAuthenticationModule.cs: refactored configuration section to be
>   a member of a class
> 
> 
> My patch moves the initialization of _config out of the Init method.
> 
> Please review.
Please commit, thanks!

regards,

marek



More information about the Mono-devel-list mailing list