0 Replies Latest reply on Oct 6, 2005 3:43 AM by mr_spanky

    JSP/JAAS custom login form

    mr_spanky

      Hi,

      i would like to provide a custom login form via a jsp page using the jaas security implementation of jboss. This means i have a login form on every page additional to the cofigured "form-login-page" which should redirect the user to the same page after successful login.

      The question is, how to tell j_security_check the page to redirect to after login. Currently i'm getting a "HTTP Status 400" page and "Redirecting to original 'null'" apache log entry.

      Any ideas?