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 037d164 Correct entry location 037d164 is described below commit 037d1647e0ca5ab5a6276f1b67fc4164414658f6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Dec 7 11:41:56 2021 +0000 Correct entry location --- webapps/docs/changelog.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 527664e..91816b8 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -105,6 +105,15 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 9.0.57 (remm)" rtext="in development"> + <subsection name="Coyote"> + <changelog> + <fix> + <bug>65726</bug>: Implement support for HTTP/1.1 upgrade when the + request includes a body. The maximum permitted size of the body is + controlled by <code>maxSavePostSize</code>. (markt) + </fix> + </changelog> + </subsection> <subsection name="Jasper"> <changelog> <fix> @@ -149,11 +158,6 @@ does not explicitly close an input stream for an uploaded file that was cached on disk. (markt) </add> - <fix> - <bug>65726</bug>: Implement support for HTTP/1.1 upgrade when the - request includes a body. The maximum permitted size of the body is - controlled by <code>maxSavePostSize</code>. (markt) - </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org