[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Http 403 error when the user enters the wrong password durin
patwary_shiva
do-not-reply at jboss.com
Thu Nov 6 14:50:11 EST 2008
we are getting "HTTP Status 403 - Access to the requested resource has been denied page is displayed."
when the user enters wrong password instead of custom login_error.jsp
as configured in web.xml of our web app.
<login-config>
<auth-method>FORM</auth-method>
<realm-name>test</realm-name>
<form-login-config>
<form-login-page>/home/login.jsp</form-login-page>
<form-error-page>/home/login_error.jsp</form-error-page>
</form-login-config>
</login-config>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187508#4187508
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187508
More information about the jboss-user
mailing list