mirror of https://github.com/apache/archiva.git
default must be jdo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1448663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8adb4d673
commit
08c68fe7f0
|
@ -96,7 +96,7 @@ public class DefaultRedbackRuntimeConfigurationAdmin
|
|||
}
|
||||
|
||||
String rbacManagerImpls =
|
||||
userConfiguration.getConcatenatedList( UserConfigurationKeys.RBAC_MANAGER_IMPL, "cached" );
|
||||
userConfiguration.getConcatenatedList( UserConfigurationKeys.RBAC_MANAGER_IMPL, "jdo" );
|
||||
|
||||
if ( StringUtils.isNotEmpty( rbacManagerImpls ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue