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=11091>. 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=11091 Tomcat (4.1.7 - 4.1.9)-LE-jdk14 ignores error page specified in web.xml ------- Additional Comments From [EMAIL PROTECTED] 2002-09-04 16:11 ------- I found this by accident.... If the following stanza is added to web.xml in the first test case: <error-page> <exception-type>javax.servlet.ServletException</exception-type> <location>/Error.jsp</location> </error-page> Then everything works as expected, and the error page is displayed. Is JspException being wrapped in ServletException when it shouldn't? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>