https://issues.apache.org/bugzilla/show_bug.cgi?id=56399

--- Comment #3 from Remy Maucherat <r...@apache.org> ---
After testing some more, I don't see any problems besides the one
TestAbstractHttp11Processor test (as seen on buildbot), but it's still best to
only include it in the next version.

The commit could be improved (besides trying to identify the problem with the
test):
- no apparent benefit of logging a stacktrace since it does not give any
additional info; if this is done for visibility in logs then I disagree with
that trick
- checking the request should be enough (although I would like to get info if
this is meant to try to detect bad async access too, in which case checking the
response commit state is a good idea)

Another related topic: the amount of WebappClassLoader.clearReferencesThreads
logging that happens running the testsuite. This feature is a good idea, but
with a lot of noise.

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