Is there any way in Apache Shiro to customize the error message that is given during an invalid login ?
What I want to do is -: When an user gives invalid credentials it may happen that the user-id does not exist, the user will be redirected to the login page with an error message possibly appended in the URL or part of the request body taht says something like-: "Invalid User Credentials. Please try again". Where and how would I do this ? Is there any way I could do this in the FormAuthenticator ? Would a PassThruAuthenticationFilter be of any help in this scenario ?
