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

Juraj Skripsky js at hotfeet.ch
Wed Apr 4 09:25:32 EDT 2007


I was stupid enough to make a few last-second changes. Sorry about that,
the attached patch now actually compiles and works.

On Wed, 2007-04-04 at 15:10 +0200, Juraj Skripsky wrote:
> 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.
> 
> - Juraj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FormsAuthenticationModule.patch
Type: text/x-patch
Size: 1525 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070404/dac24100/attachment.bin 


More information about the Mono-devel-list mailing list