I want to use Spring Security, and it says to map the filter to /***. But I already have a filter mapped to /*, which is the Tuckee URLRewrite filter.
Is it possible to map two filters to the same thing, and also is there a way to specify the order that the filters get called?
Yes, you can:
The servlet 2.5 xsd:
i.e. it depends on the order of your
<filter-mapping>elements in theweb.xml