This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 829ee13  Correct entry location
829ee13 is described below

commit 829ee13bc31933fd55fb1568a0781d56a27daa7c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 7 11:42:33 2021 +0000

    Correct entry location
---
 webapps/docs/changelog.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 88ccec6..a897d6c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -138,11 +138,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">
@@ -181,6 +176,11 @@
         on MacOS as it does on Linux and Windows when no trusted certificate
         authorities are configured and reject all client certificates. (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="Jasper">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to