Hi again,
after some tests, I have a solution using Seam interceptors as explained in the
reference documentation.
Best regards,
René
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111325#4111325
Reply to the post :
http://www.jboss.com/index.html?modul
Hi,
I setup a new project using Seam 2.0.0.GA. On every Seam page request I need to
autenticate the user against a proprietary system. I created an 'authenticator'
component, and set 'authenticate-every-request' to 'true'.
|
|
My authenticate() method is NOT called on every page request