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 2020/06/02 22:57:44 UTC

[tomcat] branch master updated: Correct section

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44f949b  Correct section
44f949b is described below

commit 44f949b7cfcd1b3831bc93721e6eaf98c43b2297
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 2 23:57:16 2020 +0100

    Correct section
---
 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 b3c1546..67be36b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,11 @@
         specification updates to use generics and add missing
         <code>@Deprecated</code> annotations. (markt)
       </update>
+      <fix>
+        <bug>64488</bug>: Ensure that the ImportHandler from the Expression
+        Language API is able to load classes from the Java runtime when running
+        under a SecurityManager. Based on a patch by Volodymyr Siedleck. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="WebSocket">
@@ -119,11 +124,6 @@
         endpoint path is specified and catch invalid endpoint paths earlier.
         (markt)
       </fix>
-      <fix>
-        <bug>64488</bug>: Ensure that the ImportHandler from the Expression
-        Language API is able to load classes from the Java runtime when running
-        under a SecurityManager. Based on a patch by Volodymyr Siedleck. (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