368773 always set an indentity service
This commit is contained in:
parent
6b0a97012c
commit
eeb8d61f1f
|
@ -306,7 +306,7 @@ public abstract class SecurityHandler extends HandlerWrapper implements Authenti
|
||||||
if (_identityService==null)
|
if (_identityService==null)
|
||||||
_identityService=findIdentityService();
|
_identityService=findIdentityService();
|
||||||
|
|
||||||
if (_identityService==null && _realmName!=null)
|
if (_identityService==null && _loginService!=null)
|
||||||
_identityService=new DefaultIdentityService();
|
_identityService=new DefaultIdentityService();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue