[ https://issues.apache.org/jira/browse/LOG4J2-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177536#comment-15177536 ]
ASF GitHub Bot commented on LOG4J2-1227: ---------------------------------------- GitHub user olivierlemasle opened a pull request: https://github.com/apache/logging-log4j2/pull/26 LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0) Thank you for having merged my pull request #20. But there was an error in unit tests, sorry! You can merge this pull request into a Git repository by running: $ git pull https://github.com/olivierlemasle/logging-log4j2 fixUnitTest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/logging-log4j2/pull/26.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #26 ---- commit 51a81f96358e217815185170df19f9f5110be43e Author: Olivier Lemasle <olivier.lema...@apalia.net> Date: 2016-03-03T09:08:08Z LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0) ---- > NullPointerException in MapLookup.lookup is the event is null > ------------------------------------------------------------- > > Key: LOG4J2-1227 > URL: https://issues.apache.org/jira/browse/LOG4J2-1227 > Project: Log4j 2 > Issue Type: Bug > Components: Core > Affects Versions: 2.4, 2.4.1, 2.5 > Reporter: Olivier Lemasle > Assignee: Matt Sicker > Fix For: 2.6 > > > A NullPointerException is thrown in > org.apache.logging.log4j.core.lookup.MapLookup.lookup, when the event is null > and the map is not null. > The event can indeed be null, for example if used from StrSubstitutor, with > the method replace(final StringBuilder source). > Exception: > java.lang.NullPointerException: null > at > org.apache.logging.log4j.core.lookup.MapLookup.lookup(MapLookup.java:121) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org