GitHub user GFriedrich opened a pull request:
https://github.com/apache/logging-log4j2/pull/116
[LOG4J2-1216] fix PatternParser for patterns without closing brackets
This fixes an endless parsing for broken patterns without closing brackets
like "%d{" or patterns where closing brackets only exist for parts of the
pattern before a "{" like "}%d{".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/GFriedrich/logging-log4j2 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/116.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 #116
----
commit 92ef7be3cb7133f00bcd39413e08444897208992
Author: Georg Friedrich <[email protected]>
Date: 2017-10-12T11:13:55Z
[LOG4J2-1216] fix PatternParser for patterns without closing brackets
----
---