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/01/05 09:48:34 UTC

[tomcat] branch 10.1.x updated: Fix indent

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 5a647b96d9 Fix indent
5a647b96d9 is described below

commit 5a647b96d937db19636601138eb84fef5c8378ca
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 7d47555e0b..1e377116f6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -139,17 +139,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org