angela created OAK-2672:
---------------------------

             Summary:  Possible null pointer dereferences in 
ExternalLoginModule 
                 Key: OAK-2672
                 URL: https://issues.apache.org/jira/browse/OAK-2672
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: oak-auth-external
            Reporter: angela


sonar reports to following oossible null pointer dereferences in 
{{org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule}}:

-  line 187 : {{sId = syncHandler.findIdentity(getUserManager(), userId);}}
-  line 195 : {{if 
(!sId.getExternalIdRef().getProviderName().equals(idp.getName()))}}
-  line 197 : {{log.debug("ignoring foreign identity: {} (idp={})", 
sId.getExternalIdRef().getString(), idp.getName());}}



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

Reply via email to