[cpp-sp] branch master updated: SSPCPP-879 - Fix auto-registered SessionInitiators and requireSessionWith

Scott Cantor cantor.2 at osu.edu
Mon Feb 3 13:40:08 EST 2020


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

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5662bc8ea171297cd58bd0234f28b98117fa65ed

The following commit(s) were added to refs/heads/master by this push:
       new  5662bc8   SSPCPP-879 - Fix auto-registered SessionInitiators and requireSessionWith
5662bc8 is described below

commit 5662bc8ea171297cd58bd0234f28b98117fa65ed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 3 13:39:09 2020 -0500

    SSPCPP-879 - Fix auto-registered SessionInitiators and requireSessionWith
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-879
---
 shibsp/impl/XMLApplication.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shibsp/impl/XMLApplication.cpp b/shibsp/impl/XMLApplication.cpp
index 622f4f1..0355d1f 100644
--- a/shibsp/impl/XMLApplication.cpp
+++ b/shibsp/impl/XMLApplication.cpp
@@ -863,6 +863,7 @@ void XMLApplication::doSSO(const ProtocolProvider& pp, set<string>& protocols, D
         );
     m_handlers.push_back(chain);
     m_sessionInitDefault = chain.get();
+    m_sessionInitMap["Login"] = chain.get();
     m_handlerMap["/Login"] = chain.get();
 }
 

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


More information about the commits mailing list