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 a499e95 LOG4J2-2582 - WebMvcAppContext in the catalog editor was
missing a curly brace for the gitUserName variable
a499e95 is described below
commit a499e95df0ae0029a91eda1576b6d680235612ad
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Apr 3 19:45:27 2019 -0700
LOG4J2-2582 - WebMvcAppContext in the catalog editor was missing a curly
brace for the gitUserName variable
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0138dc..c0a5a9f 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-2582" dev="rgoers" type="fix" due-to="Eugene Chan">
+ WebMvcAppContext in the catalog editor was missing a curly brace for
the gitUserName variable.
+ </action>
<action issue="LOG4J2-2578" dev="rgoers" type="fix" due-to="Andrei
Ivanov">
RequestContextMappings should ignore private and instance fields.
</action>