You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:57:14 UTC

[jira] [Closed] (GEODE-4326) Log Banner / AbstractConfig can fail to redact space-separated commandline arguments

     [ https://issues.apache.org/jira/browse/GEODE-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-4326.
--------------------------------

> Log Banner / AbstractConfig can fail to redact space-separated commandline arguments
> ------------------------------------------------------------------------------------
>
>                 Key: GEODE-4326
>                 URL: https://issues.apache.org/jira/browse/GEODE-4326
>             Project: Geode
>          Issue Type: Bug
>          Components: logging, security
>            Reporter: Patrick Rhomberg
>            Assignee: Patrick Rhomberg
>            Priority: Major
>
> Because key-value pairs are assumed to be a single element in {{String[] args}}, and because these {{args}} are passed from the commandline, the case that the key and value are space-separated results in the value being considered a separate argument.  As such, it is not redacted, since redaction is driven by the key.
> While the {{ArgumentRedactor}} can handle space-separated lines as of completion of GEODE-4309, the {{args}} in question are new-line separated and will require some coercion to be handled by the {{ArgumentRedactor}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)