Thank you guys, I like the idea of implementing my own dispatcher.
BTW, Thiago, ACEGI is what I am using, as I said at the top of this conversation. I think it is still the best way to solve Authentication/authorization issues with Tapestry... but it's always interesting to see if a full T5 solution exist, like a dispacher, it seems to be a lighter solution.... and maybe include a new security package for the next Tapestry version. Thibaut. On Wed, Jun 3, 2009 at 5:47 PM, Joost Schouten (mailing lists) < joost...@jsportal.com> wrote: > 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 > >