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
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