> Hello
>
[quoted text clipped - 8 lines]
>
> Many thanks
I'm not exactly sure what the specification says, but the reference
implementation (IE, Tomcat) runs the ServletFilter and the chained target
Servlet in the same thread for the same request.
It's a pretty safe bet that other implementations of the Servlet
specification do the same thing. Even if the spec itself leaves this detail
underspecified.
-- Adam Maass
Lew - 17 Mar 2007 15:53 GMT
> I'm not exactly sure what the specification says, but the reference
> implementation (IE, Tomcat) runs the ServletFilter and the chained
[quoted text clipped - 3 lines]
> specification do the same thing. Even if the spec itself leaves this
> detail underspecified.
Don't you mean "unspecified"? Meaning you can't count on the behavior?
-- Lew