X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTDecoder.cpp;fp=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2POSTDecoder.cpp;h=1898c4b46f7bab285ae1892c8a41edfc7106a171;hb=d6646ff459c51113410f261f9b8e1e02127e7210;hp=5438199bf84323fd665fa89a408eeada5b47f1a8;hpb=a39d16e8334525858b5dba0484d8654687fa7af6;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/binding/impl/SAML2POSTDecoder.cpp b/saml/saml2/binding/impl/SAML2POSTDecoder.cpp index 5438199..1898c4b 100644 --- a/saml/saml2/binding/impl/SAML2POSTDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2POSTDecoder.cpp @@ -84,7 +84,7 @@ XMLObject* SAML2POSTDecoder::decode( if (!msg) msg = httpRequest->getParameter("SAMLRequest"); if (!msg) - throw BindingException("Request missing SAMLRequest or SAMLResponse parameter."); + throw BindingException("Request missing SAMLRequest or SAMLResponse form parameter."); const char* state = httpRequest->getParameter("RelayState"); if (state) relayState = state;