[cpp-sp] 01/03: Install proper handler factory for testing.
Scott Cantor
cantor.2 at osu.edu
Tue Jan 28 20:57:09 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=126a028b2b4accba9e7577528abfc16d134a3684
commit 126a028b2b4accba9e7577528abfc16d134a3684
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 28 15:56:37 2025 -0500
Install proper handler factory for testing.
---
shibsp/handler/impl/AbstractHandler.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shibsp/handler/impl/AbstractHandler.cpp b/shibsp/handler/impl/AbstractHandler.cpp
index 4a2633ef..1a935aea 100644
--- a/shibsp/handler/impl/AbstractHandler.cpp
+++ b/shibsp/handler/impl/AbstractHandler.cpp
@@ -85,11 +85,11 @@ void SHIBSP_API shibsp::registerHandlers()
//conf.HandlerManager.registerFactory(ATTR_CHECKER_HANDLER, AttributeCheckerFactory);
//conf.HandlerManager.registerFactory(METADATA_GENERATOR_HANDLER, MetadataGeneratorFactory);
- conf.HandlerManager.registerFactory(SESSION_HANDLER, SessionHandlerFactory);
+ //conf.HandlerManager.registerFactory(SESSION_HANDLER, SessionHandlerFactory);
//conf.HandlerManager.registerFactory(SAML20_ASSERTION_CONSUMER_SERVICE, SAML2ConsumerFactory);
- //conf.HandlerManager.registerFactory(STATUS_HANDLER, StatusHandlerFactory);
+ conf.HandlerManager.registerFactory(STATUS_HANDLER, StatusHandlerFactory);
//conf.HandlerManager.registerFactory(SAML20_LOGOUT_HANDLER, SAML2LogoutFactory);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list