I think this should work in your own web.xml:

<filter-mapping>
  <filter-name>MyFilter</filter-name>
  <servlet-name>default</servlet-name>
</filter-mapping>

-Tim

Maurice Yarrow wrote:

Tim
So, my question is: can I request that a filter be applied to all
static page requests that are going to DefaultServlet?  Or is this
done with a Valve?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to