Kirk Lund created GEODE-2652:
--------------------------------

             Summary: IntegratedSecurityService class has state that is not 
thread safe
                 Key: GEODE-2652
                 URL: https://issues.apache.org/jira/browse/GEODE-2652
             Project: Geode
          Issue Type: Bug
          Components: security
            Reporter: Kirk Lund


The state of IntegratedSecurityService is currently not thread safe. One thread 
may set these values by invoking initSecurity, while another thread may invoke 
others methods which access these values:

*  private PostProcessor postProcessor;
*  private SecurityManager securityManager;
*  private Boolean isIntegratedSecurity;
*  private boolean isClientAuthenticator; // is there a 
SECURITY_CLIENT_AUTHENTICATOR
* private boolean isPeerAuthenticator; // is there a SECURITY_PEER_AUTHENTICATOR




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to