You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:03:07 UTC

[jira] [Closed] (GEODE-6565) DistributedSystem.connect may create and configure IntegratedSecurityService which never gets cleaned up if Cache is never created

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

Dick Cavender closed GEODE-6565.
--------------------------------

> DistributedSystem.connect may create and configure IntegratedSecurityService which never gets cleaned up if Cache is never created
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6565
>                 URL: https://issues.apache.org/jira/browse/GEODE-6565
>             Project: Geode
>          Issue Type: Bug
>          Components: security
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a DistributedSystem connection configured for integrated security is created but a Cache is never created then the IntegratedSecurityService.close() is never invoked. This leaves a Shiro ThreadLocal in existence that causes the subsequent DistributedSystem to be configured for  integrated security even if no security properties are specified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)