Fixed exception message.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 16 Jan 2007 19:08:02 +0000 (19:08 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Tue, 16 Jan 2007 19:08:02 +0000 (19:08 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@166 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/binding/impl/SAML2RedirectEncoder.cpp

index 788c2fe..abb6789 100644 (file)
@@ -77,7 +77,7 @@ long SAML2RedirectEncoder::encode(
     if (!request) {
         response = dynamic_cast<StatusResponseType*>(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.