git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2568
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
loginContext.setAuthenticationDuration(logingHandler.getAuthenticationDuration());
loginContext.setAuthenticationMethod(authnMethod);
loginContext.setAuthenticationEngineURL(HttpHelper.getRequestUriWithoutContext(httpRequest));
- logingHandler.login(httpRequest, httpResponse);
httpRequest.getSession().setAttribute(LoginContext.LOGIN_CONTEXT_KEY, loginContext);
+ logingHandler.login(httpRequest, httpResponse);
}
/**