You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/01 14:56:30 UTC

[tomcat] branch 10.1.x updated: MOve to correct section

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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 156e7f661d MOve to correct section
156e7f661d is described below

commit 156e7f661da5e99e797a5bd61e6c86f51f88591f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 1 14:56:05 2023 +0000

    MOve to correct section
---
 webapps/docs/changelog.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5b2debd984..7e3c90d07c 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -127,10 +127,6 @@
         Log basic information for each configured TLS certificate when Tomcat
         starts. (markt)
       </add>
-      <fix>
-        <bug>66441</bug>: Make imports of static fields in JSPs visible to any
-        EL expressions used on the page. (markt)
-      </fix>
       <fix>
         <bug>66442</bug>: When an HTTP/2 response must not include a body,
         ensure that the end of stream flag is set on the headers frame and that
@@ -150,6 +146,10 @@
         <bug>66419</bug>: Fix calls from expression language to a method that
         accepts varargs when only one argument was passed. (markt)
       </fix>
+      <fix>
+        <bug>66441</bug>: Make imports of static fields in JSPs visible to any
+        EL expressions used on the page. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">


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