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 43abcd8 Correct section 43abcd8 is described below commit 43abcd8305009e8c01b64aef90675698ddc3f674 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 2 23:57:16 2020 +0100 Correct section --- 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 d8fb3c6..47f56df 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -86,6 +86,15 @@ </add> </changelog> </subsection> + <subsection name="Jasper"> + <changelog> + <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"> <changelog> <fix> @@ -93,11 +102,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org