[Bug 68901] Coyote is hardcoded to drop connections on 400|408|411|414|500|503|501 which should be configurable for application level errors to prevent expensive TLS handshake/resumption on reconnect

2024-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68901 Mark Thomas changed: What|Removed |Added CC||adwsi...@gmail.com --- Comment #2 from M

[Bug 68958] Make connection close configurable on status codes set by the application

2024-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68958 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 68901] Coyote is hardcoded to drop connections on 400|408|411|414|500|503|501 which should be configurable for application level errors to prevent expensive TLS handshake/resumption on reconnect

2024-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68901 --- Comment #3 from Christopher Schultz --- I think it's reasonable for Tomcat to drop the connection if it *knows* that the connection is broken e.g. Tomcat has detected malformed headers, trailers, etc. But if Tomcat hands-off control to the