We have build our own using a custom RequestFilter which is not
dissimilar to Christians Dispatcher approach.

Cheers,
Joost

PS: I love the simple way to also check for ajax requests to secure
pages and forward to the login if needed:

PrintWriter writer = response.getPrintWriter("application/json");
writer.write("{'redirectURL':'" + loginPageUrl + "'}");
writer.close();

On Thu, Jun 4, 2009 at 7:30 AM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> Em Wed, 03 Jun 2009 16:13:18 -0300, Thibaut Gadiolet
> <thibaut.gadio...@gmail.com> escreveu:
>
>> OK, I stop using a full T5 solution to handle
>> authentication/authorization.
>> I am using ACEGI with a basic configuration, you can easily integrate it
>> to your T5 projects, It's not as heavy as I thought, and it turned  out to
>> be very efficient.
>
> Why not Spring Security (aka Acegi 2)? :) I'm using it with the help of
> tapestry-spring-security.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to