It's Tomcat security in combination with a PageValidateListener that
solves this problem for me. In each page that needs special security
there is a call to request.isUserInRole("..."). If the user isn't
allowed, a PageRedirectException is thrown to redirect to an allowed
page or to the error page.
Carl Pelletier wrote:
Hi everyone, I'm currently building a web site and looking for
documentations on how-to or best practice of implementing Role security
in Tapestry 4.0.
It`s a Simple CRUD application and we need to give some security to users.
What the best way of doing it? Using the Tomcat security? Creating my own?
Thanks for any help!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]