git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/branches/REL_2@2907
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
Changes in Release 2.2.0
=============================================
[SIDP-362] - Only log exception message without stack trace for expired SAML messages
-
+[SIDP-360] - Session isn't being set within the attribute request context during a SAML1 attribute query
Changes in Release 2.1.5
=============================================
Session idpSession = getSessionManager().getSession(requestContext.getPrincipalName());
if (idpSession != null) {
+ requestContext.setUserSession(idpSession);
AuthenticationMethodInformation authnInfo = idpSession.getAuthenticationMethods().get(
requestContext.getInboundMessageIssuer());
if (authnInfo != null) {
Session idpSession = getSessionManager().getSession(requestContext.getPrincipalName());
if (idpSession != null) {
+ requestContext.setUserSession(idpSession);
AuthenticationMethodInformation authnInfo = idpSession.getAuthenticationMethods().get(
requestContext.getInboundMessageIssuer());
if (authnInfo != null) {