You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2019/03/26 23:24:00 UTC

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

Kirk Lund created GEODE-6565:
--------------------------------

             Summary: 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


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
(v7.6.3#76005)