DO NOT REPLY [Bug 5746] - Settting an error page for the status code 500 doesn't display the page.

2002-02-04 Thread bugzilla

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.





--- Additional Comments From [EMAIL PROTECTED]  2002-02-04 11:17 ---
Created an attachment (id=1120)
To test status code (/test/errorCode?statusCode=405)

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




DO NOT REPLY [Bug 5746] - Settting an error page for the status code 500 doesn't display the page.

2002-01-21 Thread bugzilla

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

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |



--- Additional Comments From [EMAIL PROTECTED]  2002-01-21 10:31 ---
So you resolved two bugs in one Magic Larry :), what i did mean is that when 
you try to handle an exception with exception-type it is ok, it sends you to
the page you specify in location.
When you try to handle error-code 500 it displays the browser page but you
precise in error-code500/error-code my error page :
locationmy_errorpage.jsp/location then i think you can handle different
error case in this error page with javax.servlet.error.message or
javax.servlet.error.exception_type.

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




DO NOT REPLY [Bug 5746] - Settting an error page for the status code 500 doesn't display the page.

2002-01-08 Thread bugzilla

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-code500/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]