I tried using 2 login forms in spring security. Every thing is fine..
but for mobile login.. when user is providing wrong user_id or password it is redirecting to desktop authentication-failure-url only...
any idea where I am wrong..
or
does spring security supports multiple login-forms..? pelase help.. here is the security file
Bt there is no attribute like error-page, when I click ctrl_space in security:form-login...
What am I missing
Maybe that was a tag in a previous version of Spring Security that I remember, it is authentication-failure-url, which is what you are using and that is failing. So I don't know. Good Luck.