[infinispan-issues] [JBoss JIRA] (ISPN-6704) NullPointerException if authentication configuration is not complete

Galder Zamarreño (JIRA) issues at jboss.org
Wed May 25 08:34:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreño updated ISPN-6704:
-----------------------------------
              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/4374


> NullPointerException if authentication configuration is not complete
> --------------------------------------------------------------------
>
>                 Key: ISPN-6704
>                 URL: https://issues.jboss.org/browse/ISPN-6704
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 9.0.0.Alpha2, 8.2.2.Final
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 9.0.0.Alpha3, 9.0.0.Final
>
>
> {code}
> <subsystem xmlns="urn:infinispan:server:core:9.0" default-cache-container="clustered">
>   <cache-container name="clustered" default-cache="default" statistics="true">
>     <transport lock-timeout="60000"/>
>     <global-state/>
>     <distributed-cache name="securedCache" mode="SYNC" start="EAGER">
>       <security>
>         <authorization roles="reader"/>
>       </security>
>     </distributed-cache>
> </subsystem>
> {code}
> Throws:
> {code}
> Caused by: java.lang.NullPointerException
> 	at org.infinispan.security.impl.AuthorizationManagerImpl.init(AuthorizationManagerImpl.java:32)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list