Thank you Jonathan,

My login page is 'user/login', and this is what i have in configuration of
spring-security:

        configuration.add("spring-security.loginform.url", "/user/login");
        configuration.add("spring-security.failure.url",
"/user/login/failed");

Then spring-security hijacks all submits from login page. I did not do any
custom filter creation in addition to that. In your application, what is the
'loginform.url'? Does it point to the actual tapestry login page?

Assuming that in your case spring-security does *not* hijack the submits
from the login page, does it still redirects to login page if a user tries
to access some other secured page without being authenitcated?

Thank you.
R.
-- 
View this message in context: 
http://www.nabble.com/tapestry-spring-security%3A-how-to-set-ASO-on-successful-login--tp20865863p20885230.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to