You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2022/02/16 05:45:21 UTC

[logging-log4j2] 02/02: LOG4J2-3297 - Limit loading of configuration via a url to https by default

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

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 5f37d176f706c33132e5316a4bc7099644ce8ac1
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Feb 15 22:44:55 2022 -0700

    LOG4J2-3297 - Limit loading of configuration via a url to https by default
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 015b444..8b6b4f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -216,7 +216,7 @@
       </action>
       <!-- ADD -->
       <action issue="LOG4J2-3297" dev="rgoers" type="add">
-        Limit loading of configuration via a url to https by default. 
+        Limit loading of configuration via a url to https by default.
       </action>
       <action issue="LOG4J2-2486" dev="rgoers" type="add">
         Require log4j2.Script.enableLanguages to be specified to enable scripting for specific languages.