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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
The Servlet spec requires Tomcat (or the application) to call
AsyncContext.complete() during the error handling.

In the provided sample code, AsyncContext.complete() is always called even
after an error. For correct operation it needs to only call complete when
called via complete() but not when called via completeExceptionally()

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