On Wed, Jun 24, 2009 at 10:58 AM, David Calavera
<david.calavera@...> wrote:
Thank you Nick,
it works fine with the RackServlet, I hadn't seen it.
But the behavior with the filter is actually annoying. I'm using two different versions of tomcat, 6.0.18 standalone and 6.0.20 embedded and the behavior is the same. These are my filter defs, the last one there is just to test the order:
<snip>
Was that the actual order of elements in web.xml? The only suggestion I have is to order them like ( filter* filter-mapping* servlet* servlet-mapping* ). I've seen that some containers are sensitive to the order in which the elements appear.
/Nick