|
If the 'delegation-mapping.properties' contain a mapping with a single user like ConnectionUser@ApplicationRealm=AUser the DelegationLoginModule deny the access because of a Hidden ArrayIndexOutOfBoundsException in this line: if (allowedMappings.length == 1 && "*".equals(allowedMappings[1]))
|