Re: Unauthorized users get 403

2005-07-02 Thread Hardik Tank
you can configure web.xml file with following entry, 403 /errorPage403.jsp you can show proper error message in errorPage403.jsp page or if u want to show login page then put 'login.jsp?error=403' as location and handle the passed parameter in login.jsp page Rgds, Hardik --- David Newma

Unauthorized users get 403

2005-07-02 Thread David Newman
I have setup an application in tomcat 5.5.9 with FORM based authentication. Everything works, however, I've noticed that if a user successfully authenticates, but is not authorized by being in the specified role, they get the 403 not authorized page. I would prefer they just get the login page ag