DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5746>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5746

Settting an error page for the status code 500 doesn't display the page.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|When i set Error handler    |Settting an error page for
                   |page for the status code 500|the status code 500 doesn't
                   |doesn't work.               |display the page.



------- Additional Comments From [EMAIL PROTECTED]  2002-01-08 10:46 -------
Sorry for the previous code :

When i set an error page in the web.xml for the status code 500 
it doesn't display the page error.jsp i specify but the 500 error page from the 
browser.

<error-page>
    <error-code>500</error-code>
    <location>/jsp/error.jsp</location>
</error-page>

i looked into BugZilla but the bug seems already fixed to resolved later #1316.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to