https://bz.apache.org/bugzilla/show_bug.cgi?id=68227

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
TL;DR - yes.

FYI: This change originated from a(n internal) discussion with the Spring team.
The expectation from the Spring team (which is consistent with the wording in
the specification) was that if dispatch() was called from onError() then the
dispatch would be performed.

If your async error handling calls dispatch then that dispatch is now processed
(as it should be). If the target of the dispatch can start async processing
then you will need to guard against loops.

-- 
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

Reply via email to