This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new c5475fae20 Move BadRequestException so it is visible to coyote package c5475fae20 is described below commit c5475fae20a0b02c3cadba989852af0d6fa741a2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 8 20:21:43 2023 +0000 Move BadRequestException so it is visible to coyote package This makes the exception accessible to the ChunkedInputFilter which is step 1 in improving handling of bad requests while parsing parameters in chunked requests. --- java/org/apache/{catalina/connector => coyote}/BadRequestException.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/java/org/apache/catalina/connector/BadRequestException.java b/java/org/apache/coyote/BadRequestException.java similarity index 100% rename from java/org/apache/catalina/connector/BadRequestException.java rename to java/org/apache/coyote/BadRequestException.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org