Even with the new System.Web.dll (http://www.go-mono.com/archive/updates/1.1.4/System.Web.dll)

 

I’m still not getting forwarded to my login page on my one site.  And on the other I still receive a 401 when it redirects me to the login page.

 

Is that previously sent patch (by Ilya) something that will fix this? 

 

The issue that I am seeing is before any ticket is created, ie. On the first page view of the site.

 

Thanks,


Jesse

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ilya Kharmatsky
Sent: Sunday, March 06, 2005 9:49 AM
To: [email protected]; Gonzalo Paniagua Javier
Subject: Re: [Mono-list] Current state of FormsAuthentication

 

Hi!

We found regression in latest version of Forms Authentication - in case
when the FormsAuthenticationTicket is not persistent (created with
FormsAuthentication.SetAuthCookie("userName", false))
the HttpRequest.IsAuthenticated will return false.

Attached possible patch (in FormsAuthenticationModule.cs) and test case.

Thanks,
Ilya Kharmatsky.

Gonzalo Paniagua Javier wrote:

On Wed, 2005-03-02 at 11:45 -0700, Jesse Pasichnyk wrote:
  

I am working on developing an ecommerce site with mono/postgres and am
having some issues with the a Forms based security login area. 
    
 
 
Last mono release shipped with a regression that might make
FormsAuthentication fail.
 
You can get a new System.Web.dll from
http://www.go-mono.com/archive/1.0.6/System.Web.dll or
http://www.go-mono.com/archive/1.1.4/System.Web.dll
 
-Gonzalo
 
 
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
 
  

Reply via email to