[cpp-sp COMMIT] in /branches/REL_2/shibsp/handler/impl: SAML2Logout.cpp SAML2LogoutInitiator.cpp

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 9 23:35:42 GMT 2011


Author: scantor
Date: Wed Nov  9 23:35:41 2011
New Revision: 3541

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3541&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-403

Modified:
    branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp
    branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp

Modified: branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp?rev=3541&r1=3540&r2=3541&view=diff
==============================================================================
--- branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp (original)
+++ branches/REL_2/shibsp/handler/impl/SAML2Logout.cpp Wed Nov  9 23:35:41 2011
@@ -710,7 +710,7 @@
     }
 
     auto_ptr_char dest(logout->getDestination());
-    long ret = sendMessage(*encoder, logout.get(), relayState, dest.get(), role, application, httpResponse);
+    long ret = sendMessage(*encoder, logout.get(), relayState, dest.get(), role, application, httpResponse, front);
     logout.release();  // freed by encoder
     return make_pair(true,ret);
 }

Modified: branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp?rev=3541&r1=3540&r2=3541&view=diff
==============================================================================
--- branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp (original)
+++ branches/REL_2/shibsp/handler/impl/SAML2LogoutInitiator.cpp Wed Nov  9 23:35:41 2011
@@ -465,7 +465,7 @@
         }
 
         auto_ptr_char dest(ep->getLocation());
-        ret.second = sendMessage(*encoder, msg.get(), relayState.c_str(), dest.get(), role, application, httpResponse);
+        ret.second = sendMessage(*encoder, msg.get(), relayState.c_str(), dest.get(), role, application, httpResponse, true);
         ret.first = true;
         msg.release();  // freed by encoder
 



More information about the commits mailing list