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-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new 81f16c3 LOG4J2-2580 - Event.toString() failed with
NullPointerException for events without attributes
81f16c3 is described below
commit 81f16c3cdc4fad795426ee9ce0fea1b93975ef4d
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Apr 3 20:16:10 2019 -0700
LOG4J2-2580 - Event.toString() failed with NullPointerException for events
without attributes
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c0a5a9f..efcb633 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
- "remove" - Removed
-->
<release version="1.0.2" date="TBD" description="Release 1.0.2">
+ <action issue="LOG4J2-2580" dev="rgoers" type="fix" due-to="Andrei
Ivanov">
+ Event.toString() failed with NullPointerException for events without
attributes.
+ </action>
<action issue="LOG4J2-2582" dev="rgoers" type="fix" due-to="Eugene Chan">
WebMvcAppContext in the catalog editor was missing a curly brace for
the gitUserName variable.
</action>