ppkarwasz commented on a change in pull request #762:
URL: https://github.com/apache/logging-log4j2/pull/762#discussion_r810181303
##########
File path:
log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java
##########
@@ -159,7 +159,7 @@ private void warn(final String string) {
}
private void buildAppender(final String appenderName, final String
appenderClass) {
- switch (appenderClass) {
+ switch (appenderClass.trim()) {
Review comment:
@garydgregory: I double checked that this private method is never called
with a null `appenderClass`, but can you check again?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]