This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0befa0eb1b7feb9752d344902fe787489ef369c1 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Aug 18 14:32:55 2023 +0100 Add a changelog entry --- webapps/docs/changelog.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index bda9dc94dd..e4d3072d31 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -117,6 +117,14 @@ Update code comments and Tomcat output to use MiB for 1024 * 1024 bytes and KiB for 1024 bytes rather than MB and kB. (martk) </fix> + <add> + Update the HTTP parameter handling to align with the changes in the + Jakarta Servlet 6.1 API Javadoc for the <code>ServletRequest</code> + methods used to obtain request parameters. Invalid parameters and/or + exceeding parameter size and/or quantity limits now trigger + exceptions. As a consequence, the <code>FailedRequestFilter</code> has + been removed. (markt) + </add> </changelog> </subsection> <subsection name="Web applications"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org