Look into using Url Rewrite Filter: http://tuckey.org/urlrewrite/
kkus wrote:
Hi,
For the following setting in web.xml, if I have a request like /*.earth how
can I exclude it from these filters? I don't want to filters to handle
request from /*.earth. Thanks!
<filter-mapping>
<filter-name>rewriteFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>sitemesh</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]