368773 always set an indentity service

This commit is contained in:
Greg Wilkins 2012-01-26 23:15:17 +11:00
parent 6b0a97012c
commit eeb8d61f1f
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ public abstract class SecurityHandler extends HandlerWrapper implements Authenti
if (_identityService==null)
_identityService=findIdentityService();
if (_identityService==null && _realmName!=null)
if (_identityService==null && _loginService!=null)
_identityService=new DefaultIdentityService();
}