From a5904ce5025915abeb8e29d09c10f0207cd25e18 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 2 May 2007 17:37:21 +0000 Subject: [PATCH] Add logging. --- saml/saml2/binding/impl/SAML2RedirectEncoder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp index 6360fca..104e3bb 100644 --- a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp @@ -133,6 +133,8 @@ long SAML2RedirectEncoder::encode( xmlbuf = xmlbuf + "&RelayState=" + escaper->encode(relayState); if (credential) { + log.debug("signing the message"); + // Sign the query string after adding the algorithm. if (!signatureAlg) signatureAlg = DSIGConstants::s_unicodeStrURIRSA_SHA1; -- 2.1.4