[ 
https://issues.apache.org/jira/browse/LOG4J2-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037585#comment-17037585
 ] 

ASF subversion and git services commented on LOG4J2-2703:
---------------------------------------------------------

Commit 61d5c06098f16f7a39e483f0cd4bc750067bed7a in logging-log4j2's branch 
refs/heads/release-2.x from Ralph Goers
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=61d5c06 ]

LOG4J2-2703 - MapMessage.getFormattedMesssage() would incorrectly format 
objects.


> MapMessage#getFormattedMessage() incorrectly formats Object's
> -------------------------------------------------------------
>
>                 Key: LOG4J2-2703
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2703
>             Project: Log4j 2
>          Issue Type: Bug
>            Reporter: Volkan Yazici
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The following code snippet
> {color:#0747a6}{{new MapMessage()}}
>  {{        .with("key1", "val1")}}
>  {{        .with("key2", Collections.singletonMap("val2.1", "val2.2"))}}
>  {{        .getFormattedMessage(new String[]\{"JSON"});}}{color}
> produces
> {color:#0747a6}{{{"key1":"val1", "key2":"{val2.1=val2.2}"}}}{color}
> whereas
> {color:#0747a6}{{{"key1":"val1", "key2":{"val2.1":"val2.2}"}}}{color}
> was expected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to