You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2015/04/07 11:10:22 UTC

[jira] [Closed] (OAK-2672) Possible null pointer dereferences in ExternalLoginModule

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

Davide Giannella closed OAK-2672.
---------------------------------

Bulk closing for 1.1.8

>  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
>            Assignee: angela
>             Fix For: 1.1.8
>
>
> 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)