Fixed exception message.
authorScott Cantor <cantor.2@osu.edu>
Tue, 16 Jan 2007 19:08:02 +0000 (19:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 16 Jan 2007 19:08:02 +0000 (19:08 +0000)
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.