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

Eduwardo Horibe <eduhor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Eduwardo Horibe <eduhor...@gmail.com> ---
I've made a simple project to illustrate the issue that I'm having, which can
be found [here](https://github.com/eduhoribe/tomcat-bz69121).
Note that the default error page wasn't being hit on `9.0.88` on the async
request and after upgrading to `9.0.89` that didn't change for the async
request, but the `onCompletion` code is not being hit either.

It seems to me that the Tomcat change is triggering some kind of redirect to
the default error page, but that is failing due to the client going away.

If checking the IO availability is not "up to spec", checking if the response
is already committed could be a better option.
I've tested the idea a little
[here](https://github.com/eduhoribe/tomcat/tree/9.0.xx)

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