I have the following entry in my DD
<error-page>
<error-code>403</error-code>
<location>/Forbidden.jsp</location>
</error-page>
and a
jsp page with the following code
<% response.sendError(403); %>
I was expecting the response to come from Forbidden.jsp but instead it gave me this message
You are not authorized to view this page
You might not have permission to view this directory or page using the credentials you supplied.
--------------------------------------------------------------------------------
If you believe
you should be able to view this directory or page, please try to contact the Web site by using any e-mail address or phone number that may be listed on the localhost:8080 home page.
You can click Search to look for information on the Internet.
HTTP Error 403 - Forbidden
Internet Explorer
Why didn't the error page tag in DD not work