[cpp-sp] branch master updated: Add a warning during failed assertion processing.

Scott Cantor cantor.2 at osu.edu
Wed Jun 20 13:38:24 EDT 2018


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=dcf978ee1e95157cfce3df711bbfcd93b7dc879d

The following commit(s) were added to refs/heads/master by this push:
       new  dcf978e   Add a warning during failed assertion processing.
dcf978e is described below

commit dcf978ee1e95157cfce3df711bbfcd93b7dc879d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 20 13:38:09 2018 -0400

    Add a warning during failed assertion processing.
---
 shibsp/handler/impl/AssertionConsumerService.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shibsp/handler/impl/AssertionConsumerService.cpp b/shibsp/handler/impl/AssertionConsumerService.cpp
index 9ed4588..a375f25 100644
--- a/shibsp/handler/impl/AssertionConsumerService.cpp
+++ b/shibsp/handler/impl/AssertionConsumerService.cpp
@@ -225,6 +225,8 @@ pair<bool,long> AssertionConsumerService::processMessage(
         return finalizeResponse(application, httpRequest, httpResponse, relayState);
     }
     catch (XMLToolingException& ex) {
+        m_log.warn("error processing incoming assertion: %s", ex.what());
+
         // Recover relay state.
         if (!relayState.empty()) {
             try {

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


More information about the commits mailing list