Re: Filters do not apply after redirect to the url that serving by Servlet

2007-10-03 Thread Mykola Paliyenko
David it is not about /mvc or /mvc/* it is about *.html filter does not apply on /mvc/news.html please read carefully the whole problem. On 10/3/07, David Delbecq <[EMAIL PROTECTED]> wrote: > > Better use /mvc/* as url pattern than /mvc if you want it to apply to > /mvc/new

Filters do not apply after redirect to the url that serving by Servlet

2007-10-03 Thread Mykola Paliyenko
Hi all, Do not know if this a problem with Tomcat or with Servlet 2.4 spec I have a FilterA that redirects from /news to the /mvc/news.html Then I have a DispatcherServelt that mapped to the /mvc/* And a FilterB that mapped to *.html for both REQUEST and REDIRECT methods like this filt