[cpp-opensaml] branch master updated: Stop running policy stack over SOAP envelopes.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 26 10:54:29 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=76df96450b355ab2ea984d457e6fe4d04e1f74e7
The following commit(s) were added to refs/heads/master by this push:
new 76df964 Stop running policy stack over SOAP envelopes.
76df964 is described below
commit 76df96450b355ab2ea984d457e6fe4d04e1f74e7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 26 10:54:18 2020 -0500
Stop running policy stack over SOAP envelopes.
---
saml/binding/impl/SOAPClient.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/saml/binding/impl/SOAPClient.cpp b/saml/binding/impl/SOAPClient.cpp
index 772ac21..b6906b8 100644
--- a/saml/binding/impl/SOAPClient.cpp
+++ b/saml/binding/impl/SOAPClient.cpp
@@ -108,9 +108,6 @@ soap11::Envelope* SOAPClient::receive()
// Set flag based on peer identity.
m_policy.setAuthenticated(true);
}
-
- // Run policy against SOAP layer.
- m_policy.evaluate(*env);
}
return env.release();
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list