Dear all,
i configured a form based login in JBoss 7.1.3. The authentication works fine. When user enters correct user data, he is logged in and can work.
If the user enters incorrect user data he is thrown to the login-error-page. So everythings fine so far. Now, here is my problem:
In JBoss 5.1 i could ask for attribute j_exception when the user had entered incorrect user data. And i could tell him that he entered a incorrect
username or he entered an incorrect password. But in JBoss 7 j_exception is always empty.
Does anybody know how to fill j_exception????
Thanks in advance.
Best regards
Marcel