[
https://issues.apache.org/jira/browse/ACCUMULO-3652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481500#comment-14481500
]
Christopher Tubbs commented on ACCUMULO-3652:
---------------------------------------------
Note: this also avoids problems with string format injection, when
String.valueOf(x) evaluates to something containing "{}" itself, which will
confuse slf4j into expecting a parameter, when there isn't one. The first
argument for slf4j, after all, is a format String, and is treated specially.
(See ACCUMULO-3681)
> Remove string concatenation in log statements where slf4j is used.
> ------------------------------------------------------------------
>
> Key: ACCUMULO-3652
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3652
> Project: Accumulo
> Issue Type: Sub-task
> Components: build
> Affects Versions: 1.7.0
> Reporter: Ed Coleman
> Assignee: Ed Coleman
> Priority: Minor
> Fix For: 1.8.0
>
>
> As a separate task, continue with the conversion to remove log4j
> dependencies, modify log statements where string concatenation is used and
> replace with {} parameter substitution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)