I'm not shure about the response code that is returned in both cases. It's possible that tomcat returns a different response code for a html and a jsp. (Like 200 for html because the html error page was found and some other value for the jsp because the jsp explicitly sets an response code.)
Some recommendations to verify that: - Listen with a tcp monitor and watch the headers. - Use a browser (or other tool like telnet) that is able to display the headers . > -----Original Message----- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 6:30 PM > To: 'Tomcat Users List' > Subject: RE: Problem with error-page > > The suggestion to change 403.jsp to something like _403.jsp > did not work. I did however change my browser setting in the > advanced section concerning "friendly error messages". > This did work. I still don't understand why the IE browser > distinguishes between an HTML error page and a JSP error page. > The browser, it would seem to me, would not be aware of that. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
