https://issues.apache.org/bugzilla/show_bug.cgi?id=57284

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Konstantin Kolinko <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to