X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2RedirectDecoder.cpp;h=ff0f5f7c0cddb9e994f594f2844c4e581f905496;hb=d6646ff459c51113410f261f9b8e1e02127e7210;hp=b43589cc196a3f786cce6941aa00ac5b29cb0df8;hpb=a39d16e8334525858b5dba0484d8654687fa7af6;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp b/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp index b43589c..ff0f5f7 100644 --- a/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2RedirectDecoder.cpp @@ -86,7 +86,7 @@ XMLObject* SAML2RedirectDecoder::decode( if (!msg) msg = httpRequest->getParameter("SAMLRequest"); if (!msg) - throw BindingException("Request missing SAMLRequest or SAMLResponse parameter."); + throw BindingException("Request missing SAMLRequest or SAMLResponse query string parameter."); const char* state = httpRequest->getParameter("RelayState"); if (state) relayState = state;