Correct bug SIDP-61
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 23 Nov 2007 07:02:41 +0000 (07:02 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 23 Nov 2007 07:02:41 +0000 (07:02 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2482 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

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

index 02578b3..c5022d2 100644 (file)
@@ -152,6 +152,7 @@ public class AuthenticationEngine extends HttpServlet {
                             + "method {} as authentication method to relying party without re-authenticating user.",
                             authenticationMethod.getAuthenticationMethod());
                     authenticateUserWithActiveMethod(httpRequest, httpResponse, authenticationMethod);
+                    return;
                 }
             }