Something I have just noticed. When the login is actually failing (ie: bad username), I am
redirected to error.jsp .
Briefly:
| - I request a protected resource
| - server sends me login.jsp
| - I send a username and a password
| - If login fails
| - server sends me error.jsp // Cool
| - else
| - server sends me login.jsp // Instead of the selected resource
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059926#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...