Clarify error messages.
[shibboleth/opensaml2.git] / saml / saml1 / binding / impl / SAML1ArtifactDecoder.cpp
index cbaf9a5..e24dda1 100644 (file)
@@ -82,7 +82,7 @@ XMLObject* SAML1ArtifactDecoder::decode(
     vector<const char*> SAMLart;
     const char* TARGET = httpRequest->getParameter("TARGET");
     if (httpRequest->getParameters("SAMLart", SAMLart)==0 || !TARGET)
-        throw BindingException("Request missing SAMLart or TARGET parameters.");
+        throw BindingException("Request missing SAMLart or TARGET query string parameters.");
     relayState = TARGET;
 
     if (!m_artifactResolver || !policy.getMetadataProvider() || !policy.getRole())