https://issues.apache.org/bugzilla/show_bug.cgi?id=57284
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> --- The stacktrace: you are trying to call FilterChain.doFilter() from within a runnable ($1)? It is wrong and contradicts with chapter 6 (Filters) of the Servlet Specification. <quote>A Filter and the target servlet or resource at the end of the filter chain must execute in the same invocation thread.</quote> FilterChain.doFilter() cannot be called from a different thread. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org