From 8a79010f69d26334156439a7535b29f3488a2e0c Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 16 Jan 2007 19:08:02 +0000 Subject: [PATCH] Fixed exception message. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@166 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/saml2/binding/impl/SAML2RedirectEncoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.1.4