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:20 UTC

[logging-log4j2] branch master updated (dc1889f -> 022bb15)

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

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


    from dc1889f  Avoid NullPointerException when StackWalker returns null.
     add 0f79592  LOG4J2-2761: Fix FileUtils#fileFromUri to works correctly with SecurityManager and also fix URI parsing to behave sane with standards
     add 7954725  Fix another case of incorrect URI/URL parsing (making test fail on windows with whitespace in filename)
     add 5e268fb  LOG4J2-2761: For absolute URIs don't fail on wrongly formatted file URIs
     add 172ffa4  LOG4J2-2761: Fix case when relative file does not exist
     new f08cab1  Merge branch 'jira/LOG4J2-2761' of https://github.com/uschindler/logging-log4j2 into uschindler-jira/LOG4J2-2761
     new a0880bb  LOG4J2-2761 - Fix Exceptions when whitespace is in the file path and Java security manager is used.
     new 022bb15  Merge branch 'uschindler-jira/LOG4J2-2761'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/logging/log4j/core/util/FileUtils.java  | 47 +++++++++------------
 .../logging/log4j/core/GcFreeLoggingTestUtil.java  |  6 +--
 .../logging/log4j/core/util/FileUtilsTest.java     | 48 ++++++++++------------
 src/changes/changes.xml                            |  3 ++
 4 files changed, 47 insertions(+), 57 deletions(-)


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

Posted by rg...@apache.org.
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>


[logging-log4j2] 01/03: Merge branch 'jira/LOG4J2-2761' of https://github.com/uschindler/logging-log4j2 into uschindler-jira/LOG4J2-2761

Posted by rg...@apache.org.
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 f08cab182d4adab79948e8dfb6c8c25bc37f7d64
Merge: dc1889f 172ffa4
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 10:50:55 2020 -0700

    Merge branch 'jira/LOG4J2-2761' of https://github.com/uschindler/logging-log4j2 into uschindler-jira/LOG4J2-2761

 .../apache/logging/log4j/core/util/FileUtils.java  | 47 +++++++++------------
 .../logging/log4j/core/GcFreeLoggingTestUtil.java  |  6 +--
 .../logging/log4j/core/util/FileUtilsTest.java     | 48 ++++++++++------------
 3 files changed, 44 insertions(+), 57 deletions(-)


[logging-log4j2] 03/03: Merge branch 'uschindler-jira/LOG4J2-2761'

Posted by rg...@apache.org.
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 022bb15c93b24ea0f73cefbfcddf96112f9e87b7
Merge: dc1889f a0880bb
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 11:11:54 2020 -0700

    Merge branch 'uschindler-jira/LOG4J2-2761'

 .../apache/logging/log4j/core/util/FileUtils.java  | 47 +++++++++------------
 .../logging/log4j/core/GcFreeLoggingTestUtil.java  |  6 +--
 .../logging/log4j/core/util/FileUtilsTest.java     | 48 ++++++++++------------
 src/changes/changes.xml                            |  3 ++
 4 files changed, 47 insertions(+), 57 deletions(-)