Use of Servlet spec declarative security and a login page not using the j_security_check form action

2008-04-25 Thread THIEBAUD Patrice
The Wiki includes three very interesting articles describing how to create an AccessController dispatcher whith Tapestry 5. For authentication and access control aspects, we rather consider in using : the Servlet spec declarative security an application login page not using the j_security_check

Contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration

2008-03-26 Thread THIEBAUD Patrice
The Request Processing documentation says that the HttpServletRequestHandler pipeline can be extended by contributing a HttpServletRequestFilter into the HttpServletRequestHandler service's configuration. I guess that one has to provide an ordered list of HttpServletRequestFilter somehow, but I

Potential use of symbols within the value of the Match annotation

2008-03-21 Thread THIEBAUD Patrice
We are going to use Tapestry 5 for a ligthweight framework and provide some added-value for example in terms of automatic JTA transaction managment through a decorator. According to the documentation of the Match annotation, it is not possible to use symbols for its value. If it were the case, we