> Well, I was getting this as well, and what you can do about it is
> add a section to your web.xml file like the following:
>
>   <error-page>
>     <error-code>403</error-code>
>     <location>/authorizationError.jsp</location>
>   </error-page>
>
> The only time I've been able to see the page specified by
> <form-error-page> is if the Roles for a user are not sufficient. If
> the username and password are incorrect, you'll get a 403 instead.

Or, the other way around, now that I think about it more.

-Neal


-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to