[DS-707] Boolean instantiations

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5496 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-20 20:29:49 +00:00
parent c28da30c35
commit e47d96205a
6 changed files with 10 additions and 10 deletions

View File

@@ -208,7 +208,7 @@ public class ShibAuthentication implements AuthenticationMethod
// the person exists, just return ok
context.setCurrentUser(eperson);
request.getSession().setAttribute("shib.authenticated",
new Boolean("true"));
Boolean.TRUE);
}
return AuthenticationMethod.SUCCESS;