From: Scott Cantor Date: Fri, 24 Nov 2006 23:26:02 +0000 (+0000) Subject: Deleted Shibboleth header. X-Git-Tag: 2.0-alpha1~137 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=8eb728013bab14fe83962dc95deba244b3c2defd Deleted Shibboleth header. --- diff --git a/saml/binding/impl/SOAPClient.cpp b/saml/binding/impl/SOAPClient.cpp index e97d326..15aaa82 100644 --- a/saml/binding/impl/SOAPClient.cpp +++ b/saml/binding/impl/SOAPClient.cpp @@ -53,7 +53,6 @@ void SOAPClient::prepareTransport(const xmltooling::SOAPTransport& transport) const HTTPSOAPTransport* http = dynamic_cast(&transport); if (http) { http->setRequestHeader("SOAPAction", "http://www.oasis-open.org/committees/security"); - http->setRequestHeader("Shibboleth", PACKAGE_VERSION); http->setRequestHeader("Xerces-C", XERCES_FULLVERSIONDOT); http->setRequestHeader("XML-Security-C", XSEC_VERSION); http->setRequestHeader("OpenSAML-C", OPENSAML_FULLVERSIONDOT);