Hi Tibi,

I had the same problem but what was happening for me was that I would get redirected to the default login if the session timed out and i tried to access a link. Let me know if you are seeing this behaviour. I got around it with a filter which probably isn't ideal but if you can find a better way i'd be interested. I'll have to wait until tomorrow to post the code, I don't have access to it at the moment.

Regards,

Philip

tibi wrote:
i have three flows an admin an supplier and a user flow.
the admin and supplier can login with the default appfuse login (i use
struts with appfuse 2.0.2)

the user first has a non secure page and than has to login and contiune to a
secure page.
i have done the following:
pages/user/nonsecrue.jsp
pages/user/login.jsp
pages/user/secure/secure.jsp

the login page is a copy from the default one with this line added to it:
<input type="hidden" name="spring-security-redirect"
value="/user/secure/secure.html" />

all works fine. but when i enter wrong login password i will get redirected
to the default login page instead of my user/login.html page. is there an hidden field i can set or some other work arround??

thanks,

tibi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to