The problem was that the FormAuthenticator class under 3.2.5 used a
Response.sendRedirect() to get me to my login page, which issues a 302.
Whereas under 4.0.5, the class uses RequestDispatcher.forward() to get me to the login
page, which issues no such 302, therefore causing me to have a 404 error on form
submission.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016257#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...