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 5644b11f1d4c711b8f0d0b3b3379fb0ed0b4f726 Author: Mark Thomas <[email protected]> AuthorDate: Fri Apr 17 11:12:24 2026 +0100 Move to correct 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 4bb96366ef..42ae936834 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -241,11 +241,6 @@ <update> Remove support for HTTP 0.9. (markt) </update> - <fix> - Correct an unlikely edge-case parsing bug in the HTTP/2 HPACK header - decoding that could result in a valid header triggering an unexpected - connection close. (markt) - </fix> <!-- Entries for backport and removal before 12.0.0-M1 below this line --> <fix> Avoid various edge cases if <code>Content-Length</code> is set via @@ -282,6 +277,11 @@ Free private keys after use in FFM based connector configuration. (markt) </fix> + <fix> + Correct an unlikely edge-case parsing bug in the HTTP/2 HPACK header + decoding that could result in a valid header triggering an unexpected + connection close. (markt) + </fix> </changelog> </subsection> <subsection name="Jasper"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
