X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fbinding%2Fimpl%2FSAML2ArtifactDecoder.cpp;h=c5f92092ad5860775f5a5ca96576d945cc3f8b27;hp=cb83ce7c7d2393d3ae77bf026fd09134836fce18;hb=d6646ff459c51113410f261f9b8e1e02127e7210;hpb=a39d16e8334525858b5dba0484d8654687fa7af6 diff --git a/saml/saml2/binding/impl/SAML2ArtifactDecoder.cpp b/saml/saml2/binding/impl/SAML2ArtifactDecoder.cpp index cb83ce7..c5f9209 100644 --- a/saml/saml2/binding/impl/SAML2ArtifactDecoder.cpp +++ b/saml/saml2/binding/impl/SAML2ArtifactDecoder.cpp @@ -80,7 +80,7 @@ XMLObject* SAML2ArtifactDecoder::decode( throw BindingException("Unable to cast request object to HTTPRequest type."); const char* SAMLart = httpRequest->getParameter("SAMLart"); if (!SAMLart) - throw BindingException("Request missing SAMLart parameter."); + throw BindingException("Request missing SAMLart query string or form parameter."); const char* state = httpRequest->getParameter("RelayState"); if (state) relayState = state;