git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2917
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
[SIDP-360] - Session isn't being set within the attribute request context during a SAML1 attribute query
[SIDP-359] - HttpServletHelper.getRelyingPartyConfirmationManager misnamed
[SIDP-355] - Idp reinstall from source overwrite some config files even when "no overwrite" is specified
+[SIDP-275] - Using standard JAAS LoginException in UP LoginHandler servlet
[SC-63] - Use XML Schema duration syntax instead of integers for duration configuration options
Changes in Release 2.1.5
authenticateUser(request, username, password);
AuthenticationEngine.returnToAuthenticationEngine(request, response);
} catch (LoginException e) {
- request.setAttribute(failureParam, true);
+ request.setAttribute(failureParam, "true");
request.setAttribute(LoginHandler.AUTHENTICATION_EXCEPTION_KEY, e);
redirectToLoginPage(request, response);
}