On 18/10/18 21:39, Phil Clay wrote: <snip/>
> So my questions are: > 1) Is there another way of delegating processing of certain url patterns to a > separate threadpool? No. Tomcat does not provide such a feature. > 2) Is this a bug? i.e. should filterChains still be usable after doFilter > returns if request.startAsync() has been called? This is not a bug. It is the behaviour required by the Servlet specification. I recommend you read section 2.3.3.3 of the Servlet spec for further details. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
