Passing some context information to login error page (form-error-page)
I would like to know if there is any way to pass some context information to login error page (form-error-page). I am using JETTY 6.1.12 and the same required for showing different error messages for different type of authentication failure scenarios like Invalid user ID/PWD, User ID is locked, Password expired, etc.
I heard it as a drawback of Servlet 2.5 spec. Is there any Jetty extension to achieve this. Please advice.