LOG4J2-2443 - Fix inconsistencies in validation exceptions.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/d9663a73 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/d9663a73 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/d9663a73 Branch: refs/heads/master Commit: d9663a73b0db8861dd557f52bf587fe2135333fa Parents: b9492fa Author: Ralph Goers <[email protected]> Authored: Sun Sep 30 09:50:55 2018 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Sep 30 09:50:55 2018 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d9663a73/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7b7256f..6cf078b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="1.0.1" date="YYYY-MM-DD" description="Release 1.0.1"> + <action issue="LOG4J2-2443" dev="rgoers" type="fix" due-to="Andrei Ivanov"> + Fix inconsistencies in validation exceptions. + </action> <action issue="LOG4J2-2440" dev="rgoers" type="fix" due-to="Andrei Ivanov"> AuditEvents should provide some basic toString(). </action>
