From: cantor Date: Tue, 16 Jan 2007 19:08:02 +0000 (+0000) Subject: Fixed exception message. X-Git-Tag: 2.4.1~448 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=8a79010f69d26334156439a7535b29f3488a2e0c;p=shibboleth%2Fopensaml2.git Fixed exception message. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@166 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- diff --git a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp index 788c2fe..abb6789 100644 --- a/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp +++ b/saml/saml2/binding/impl/SAML2RedirectEncoder.cpp @@ -77,7 +77,7 @@ long SAML2RedirectEncoder::encode( if (!request) { response = dynamic_cast(xmlObject); if (!response) - throw BindingException("XML content for SAML 2.0 HTTP-POST Encoder must be a SAML 2.0 protocol message."); + throw BindingException("XML content for SAML 2.0 HTTP-Redirect Encoder must be a SAML 2.0 protocol message."); } // Check for XML signature.