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

Mark Thomas <[email protected]> changed:

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

--- Comment #5 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to