Hi I am now using spring security. It works fine. But if login failed, no error message display. I am wondering how can I display error message?
I have configured th
This worked for me :
Your login attempt was not successful, try again. Reason: ${sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message}