https://bz.apache.org/bugzilla/show_bug.cgi?id=59125
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID OS| |All --- Comment #3 from Mark Thomas <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
