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 2020/03/28 18:12:22 UTC

[logging-log4j2] 02/03: LOG4J2-2761 - Fix Exceptions when whitespace is in the file path and Java security manager is used.

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

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

commit a0880bbede378956678b84836cc2f81a4d5ab611
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 11:11:04 2020 -0700

    LOG4J2-2761 - Fix Exceptions when whitespace is in the file path and Java security manager is used.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6c2d4d0..57528ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
       </action>
     </release>
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2761" dev="rgoers" type="fix" due-to="Uwe Schindler">
+        Fix Exceptions when whitespace is in the file path and Java security manager is used.
+      </action>
       <action issue="LOG4J2-2809" dev="rgoers" type="fix" due-to="Romain Manni-Bucau">
         Avoid NullPointerException when StackWalker returns null.
       </action>