[DS-707] Style / readability fixes

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5574 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-23 21:54:48 +00:00
parent 85bb872979
commit 1647a1ca18
34 changed files with 415 additions and 118 deletions

View File

@@ -588,7 +588,9 @@ public class X509Authentication implements AuthenticationMethod
.getAttribute("javax.servlet.request.X509Certificate");
if ((certs == null) || (certs.length == 0))
{
return BAD_ARGS;
}
else
{
// We have a cert -- check it and get username from it.