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


The following commit(s) were added to refs/heads/main by this push:
     new 14db2cf718 Fix indent
14db2cf718 is described below

commit 14db2cf718054d4d1e0b2937bc3abe023782c485
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 5 09:48:25 2023 +0000

    Fix indent
---
 webapps/docs/changelog.xml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 15bbb604e6..dd17930424 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -158,17 +158,16 @@
     </changelog>
   </subsection>
   <subsection name="Jasper">
-      <changelog>
-          <fix>
-              <bug>66370</bug>: Change the default of the
-              <code>org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED</code> system
-              property to <code>true</code> unless the EL library is running on
-              Tomcat in which case the default remains <code>false</code> as 
the
-              EL library is already called from within a privileged block and
-              skipping the unnecessary privileged block improves performance.
-              (markt)
-          </fix>
-      </changelog>
+    <changelog>
+      <fix>
+        <bug>66370</bug>: Change the default of the
+        <code>org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED</code> system
+        property to <code>true</code> unless the EL library is running on 
Tomcat
+        in which case the default remains <code>false</code> as the EL library
+        is already called from within a privileged block and skipping the 
+        unnecessary privileged block improves performance. (markt)
+      </fix>
+    </changelog>
   </subsection>
   <subsection name="Other">
     <changelog>


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

Reply via email to