This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new aa31259 [LOG4J2-3316] Log4j 1.2 bridge should ignore case in
properties file keys.
aa31259 is described below
commit aa31259fe728cf6e58d64079da58963922354c52
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 4 17:16:46 2022 -0500
[LOG4J2-3316] Log4j 1.2 bridge should ignore case in properties file
keys.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 28bce51..f1f5ac4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@
<action dev="ggregory" type="fix" issue="LOG4J2-3281">
Log4j 1.2 bridge PropertiesConfiguration.buildAppender not adding
filters to custom appender.
</action>
+ <action dev="ggregory" type="fix" issue="LOG4J2-3316">
+ Log4j 1.2 bridge should ignore case in properties file keys.
+ </action>
<!-- ADD -->
<!-- UPDATES -->
</release>