Patrick Rhomberg created GEODE-4309:
---------------------------------------
Summary: 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
Reporter: Patrick Rhomberg
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)