You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/01/15 10:17:51 UTC

[logging-log4j2] 01/01: LOG4J2-2998 Fix truncation of excessive strings ending with a high surrogate in JsonWriter. (#457)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit b61bc7fdbfa265f98aaacdf3d84677a1529b1f1b
Merge: 750e914 65a3bc3
Author: Volkan Yazıcı <vo...@gmail.com>
AuthorDate: Fri Jan 15 11:17:40 2021 +0100

    LOG4J2-2998 Fix truncation of excessive strings ending with a high surrogate in JsonWriter. (#457)

 .../layout/template/json/util/JsonWriter.java      |  12 +-
 .../layout/template/json/util/JsonWriterTest.java  | 142 +++++++++++++++++++--
 src/changes/changes.xml                            |   3 +
 3 files changed, 142 insertions(+), 15 deletions(-)