Re: tapestry-acegi form based login

2006-09-21 Thread Robin Ericsson
On 9/21/06, Jesper Zedlitz [EMAIL PROTECTED] wrote: Is it possible to use a html form for login with tapestry-acegi instead of HTTP basic authentication? I'd like to know that too. I would like to write a third part for my tutorial http://wiki.apache.org/tapestry/AcegiSpringJava5 about that

RE: tapestry-acegi form based login

2006-09-21 Thread Jonathan Barker
My approach predates tapestry-acegi, but I'm sure it could be adapted. I use a bit of a hybrid approach, where the authentication part is handled as described in the EWDT e-book and all of my protected pages extend a BaseProtectedPage class. My Login page has a UserValidator ASO injected, which