LOG4J2-1799 Fixed bug in PropertiesUtil::getCharsetProperty that caused UnsupportedCharsetException for ConsoleAppender.
This closes #57 https://github.com/apache/logging-log4j2/pull/57 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ac51b5bc Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ac51b5bc Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ac51b5bc Branch: refs/heads/master Commit: ac51b5bc451f2de2ab80fb42d1b9782c7c785d29 Parents: e31731b Author: rpopma <[email protected]> Authored: Fri Feb 3 01:46:42 2017 +0900 Committer: rpopma <[email protected]> Committed: Fri Feb 3 01:46:42 2017 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ac51b5bc/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d32bd46..3d9582b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,9 @@ <action issue="LOG4J2-1805" dev="rpopma" type="fix"> Fixed rare race condition in FixedDateFormat, made FixedDateFormat::millisSinceMidnight method public. </action> + <action issue="LOG4J2-1799" dev="rpopma" type="fix" due-to="Eduard Gizatullin"> + Fixed bug in PropertiesUtil::getCharsetProperty that caused UnsupportedCharsetException for ConsoleAppender. + </action> </release> <release version="2.8" date="2017-01-21" description="GA Release 2.8"> <action issue="LOG4J2-1780" dev="mikes" type="fix">
