[jboss-user] [Security & JAAS/JBoss] - Re: form based authentication not working under JBoss 4.0.5

wonker do-not-reply at jboss.com
Wed Feb 14 04:31:15 EST 2007


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#4016257

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016257



More information about the jboss-user mailing list