[Mono-dev] Response.Redirect possible exception when using	forms authentication
    Gonzalo Paniagua Javier 
    gonzalo at ximian.com
       
    Wed Dec 21 23:20:28 EST 2005
    
    
  
On Fri, 2005-12-16 at 12:31 +0100, Dieter Bremes wrote:
> Hi Carlos,
> 
> looks like in FormsAuthentication.cs
> 
> public static void RedirectFromLoginPage (...)
> {
>    // ...
>    Redirect (GetRedirectUrl (userName, createPersistentCookie));
> }
> 
> should be
> 
> public static void RedirectFromLoginPage (...)
> {
>    // ...
>    Redirect (GetRedirectUrl (userName, createPersistentCookie), false);
> }
This is now in svn.
Thanks.
-Gonzalo
    
    
More information about the Mono-devel-list
mailing list