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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to