This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from cbe52ede4a Handle errors consistently
new c2b60ded7b Differentiate request cancellation from a bad request
new 84afcbf511 Use a 400 response for bad requests rather than a 500
response
new cca1247357 Ensure IOException on request read always triggers error
handling
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...bortException.java => BadRequestException.java} | 22 +++----
.../catalina/connector/ClientAbortException.java | 4 +-
.../org/apache/catalina/connector/InputBuffer.java | 19 +++++-
java/org/apache/catalina/connector/Request.java | 8 +--
.../catalina/core/ApplicationDispatcher.java | 6 +-
.../apache/catalina/core/StandardWrapperValve.java | 13 +++-
.../http11/filters/TestChunkedInputFilter.java | 77 ++++++++++++++++++++++
.../coyote/http2/TestHttp2UpgradeHandler.java | 4 +-
webapps/docs/changelog.xml | 9 +++
9 files changed, 133 insertions(+), 29 deletions(-)
copy java/org/apache/catalina/connector/{ClientAbortException.java =>
BadRequestException.java} (67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]