[cpp-sp] branch main updated: Conditionalize policing of redirect during logout.

Codeberg noreply at shibboleth.net
Wed Jun 3 15:05:33 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/87fe843e7398fb25b0fcccbc4a503921769733fc

The following commit(s) were added to refs/heads/main by this push:
     new 87fe843e Conditionalize policing of redirect during logout.
87fe843e is described below

commit 87fe843e7398fb25b0fcccbc4a503921769733fc
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jun 3 11:05:20 2026 -0400

    Conditionalize policing of redirect during logout.
---
 shibsp/handler/impl/LogoutConsumer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/impl/LogoutConsumer.cpp b/shibsp/handler/impl/LogoutConsumer.cpp
index 283753d9..028fd6c9 100644
--- a/shibsp/handler/impl/LogoutConsumer.cpp
+++ b/shibsp/handler/impl/LogoutConsumer.cpp
@@ -221,7 +221,7 @@ pair <bool,long> LogoutConsumer::completeLogout(SPRequest& request, bool removeS
 
     DDF wrapped = output.getmember("http");
     if (wrapped.isstruct()) {
-        pair<bool,long> ret = unwrapResponse(request, wrapped, true);
+        pair<bool,long> ret = unwrapResponse(request, wrapped, token == nullptr);
         if (ret.first) {
             return ret;
         }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list