git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2808
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
Changes in Release 2.1.1
=============================================
+[SIDP-249] - PreviousSession INFO message printed as ERROR message
[SIDP-250] - AuthenticationEngine::returnToAuthenticationEngine() static method called before servlet init() when clustered.
[SIDP-252] - IdPSessionFilter throws ArrayIndexOutOfBoundsException on validation of unexpected cookie
log.error("No existing IdP session available.");
httpRequest.setAttribute(LoginHandler.AUTHENTICATION_ERROR_KEY, "No existing IdP session available");
}else{
- log.error("Using existing IdP session for {}", idpSession.getPrincipalName());
+ log.debug("Using existing IdP session for {}", idpSession.getPrincipalName());
httpRequest.setAttribute(LoginHandler.PRINCIPAL_NAME_KEY, idpSession.getPrincipalName());
}