Remove some commented out code
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 23 Aug 2010 18:17:59 +0000 (18:17 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 23 Aug 2010 18:17:59 +0000 (18:17 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2945 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/main/java/edu/internet2/middleware/shibboleth/idp/authn/AuthenticationEngine.java

index daf9633..3c55a0b 100644 (file)
@@ -482,12 +482,6 @@ public class AuthenticationEngine extends HttpServlet {
                 }
             }
         }
-        // possibleLoginHandlers.remove(AuthnContext.PREVIOUS_SESSION_AUTHN_CTX);
-        // if (possibleLoginHandlers.isEmpty()) {
-        // LOG.info("No authentication mechanism available for use with relying party '{}'", loginContext
-        // .getRelyingPartyId());
-        // throw new AuthenticationException();
-        // }
 
         if (loginContext.getDefaultAuthenticationMethod() != null
                 && possibleLoginHandlers.containsKey(loginContext.getDefaultAuthenticationMethod())) {