This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 8f5b6ae Correct section 8f5b6ae is described below commit 8f5b6aed86d5b110199be0d91dda80fb7b98aef9 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 202946a..a54abc3 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -106,6 +106,15 @@ </fix> </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> @@ -113,11 +122,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