You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2016/02/06 00:15:39 UTC

[jira] [Updated] (GEODE-417) deprecated ssl-* gemfire properties should not be allowed with cluster-ssl-* properties

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

Darrel Schneider updated GEODE-417:
-----------------------------------
    Component/s:     (was: core)
                 membership

> deprecated ssl-* gemfire properties should not be allowed with cluster-ssl-* properties
> ---------------------------------------------------------------------------------------
>
>                 Key: GEODE-417
>                 URL: https://issues.apache.org/jira/browse/GEODE-417
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Minor
>
> The ssl-* gemfire properties were deprecated in 8.0 in favor of the cluster-ssl-* properties. If you specify both then you are supposed to get an error if they are not the same. But instead you only get the error if they are both not equal to the default value. For the properties whose values are String the equality check does an identity check against the default value which will never be true. For the properties whose values are Boolean the equality check is ok but the logic is wrong. It should be asking if both of them were set to the same value; not if both of them are not equal to the default.
> The same problem exists for jmx-manager-ssl which was deprecated in favor of jmx-manager-ssl-enabled.
> Another related problem is that if you do get the exception it has a message that says "...Prefer way is to use" which is bad english.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)