[
https://issues.apache.org/jira/browse/GEODE-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340285#comment-16340285
]
ASF subversion and git services commented on GEODE-4309:
--------------------------------------------------------
Commit 61d1d4d116d3cad44be88093bc5a4eaf7d71ec68 in geode's branch
refs/heads/develop from [~prhomberg]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=61d1d4d ]
GEODE-4309: Refactor ArgumentRedactor for improved robustness. (#1313)
> ArgumentRedactor is not properly applied to System Properties
> -------------------------------------------------------------
>
> Key: GEODE-4309
> URL: https://issues.apache.org/jira/browse/GEODE-4309
> Project: Geode
> Issue Type: Bug
> Components: logging, security
> Affects Versions: 1.2.1
> Reporter: Patrick Rhomberg
> Assignee: Patrick Rhomberg
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The System Properties section of {{Banner.java}} contains the line
> {noformat}
> out.println(" " + key + " = " +
> ArgumentRedactor.redact(String.valueOf(me.getValue())));
> {noformat}
> However, the method {{redact}} excepts the entire line, not only the value,
> to determine if the entry should be redacted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)