RE: Problem with web.xml error-page not invoking servlet filter

2004-10-14 Thread Shapira, Yoav
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 8:14 PM To: Tomcat Users List Subject: Problem with web.xml error-page not invoking servlet filter Hi, I am using Tomcat 5. In my application, my web.xml declares a filter, and a global error page error-page exception

Re: Problem with web.xml error-page not invoking servlet filter

2004-10-14 Thread Rick Wong
- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 8:14 PM To: Tomcat Users List Subject: Problem with web.xml error-page not invoking servlet filter Hi, I am using Tomcat 5. In my application, my web.xml declares a filter, and a global error page error-page

RE: Problem with web.xml error-page not invoking servlet filter

2004-10-14 Thread Shapira, Yoav
:57 PM To: Tomcat Users List Subject: Re: Problem with web.xml error-page not invoking servlet filter Thank you very much. I re-read the servlet 2.4 spec, and it works after I added the following to my filter: filter-mapping filter-nameChannelFilter/filter-name url-pattern

Problem with web.xml error-page not invoking servlet filter

2004-10-13 Thread Rick Wong
Hi, I am using Tomcat 5. In my application, my web.xml declares a filter, and a global error page error-page exception-typejava.lang.Exception/exception-type location/error.jsp/location /error-page By examining the call stack in my error page JSP, I notice that when this error page is