From: Scott Cantor Date: Tue, 2 Mar 2010 17:45:09 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-282 X-Git-Tag: 2.4RC1~132 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=1d6331b0b5734ad6f62428b4104693db593096c9;p=shibboleth%2Fcpp-sp.git https://issues.shibboleth.net/jira/browse/SSPCPP-282 --- diff --git a/shibsp/handler/impl/SAML2Logout.cpp b/shibsp/handler/impl/SAML2Logout.cpp index 5f5379d..23b1bc8 100644 --- a/shibsp/handler/impl/SAML2Logout.cpp +++ b/shibsp/handler/impl/SAML2Logout.cpp @@ -342,7 +342,7 @@ pair SAML2Logout::doRequest(const Application& application, const HTT Locker metadataLocker(application.getMetadataProvider()); // Create the policy. - shibsp::SecurityPolicy policy(application, &m_role, validate.first && validate.second); + shibsp::SecurityPolicy policy(application, &m_role, validate.first && validate.second, policyId.second); // Decode the message. string relayState;