Just a heads up to everyone on my previous problems with FormsAuthentication not redirecting to the login screen.
I just updated all my mono install stuff with the current SVN copy. Everything seems to work fine now. -- Jesse -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hubert FONGARNAND Sent: Tuesday, March 08, 2005 4:01 AM To: [email protected] Subject: Re: [Mono-list] Current state of FormsAuthentication Le Mardi 08 Mars 2005 09:50, Ilya Kharmatsky a �crit�: > Hi, Hubert! > See comeents below. > > Hubert FONGARNAND wrote: > >Since about a week, i've problems with FormsAuthentication... > >I'm using not persistent FormsAuthenticationTicket... I've apply your > > patch... and it works only with XSP... > > Let me clearify the problem - the patch caused to regressions on apache > and mod_mono? Or it just didn't resolve problem on those servers? > In fact your patch has resolved my problem only if I use the XSP web server if I use apache and mod_mono, it doesn't work... (never authenticated)... > >With apache and mod_mono, i'm never authenticated... > >I've another problem with XSP: > >- With formauthentication enabled, i can't access to images or static html > >pages without beeing authenticated... With a normal (.NET) behaviour > >only .aspx pages are protected... > > > >Thanks... > > > >Le Dimanche 06 Mars 2005 17:49, Ilya Kharmatsky a �crit : > >>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 > > > >_______________________________________________ > >Mono-list maillist - [email protected] > >http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Ce message et les �ventuels documents joints peuvent contenir des informations confidentielles. Au cas o� il ne vous serait pas destin�, nous vous remercions de bien vouloir le supprimer et en aviser imm�diatement l'exp�diteur. Toute utilisation de ce message non conforme � sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite. Les communications sur internet n'�tant pas s�curis�es, l'int�grit� de ce message n'est pas assur�e et la soci�t� �mettrice ne peut �tre tenue pour responsable de son contenu. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
