[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 25 19:47:04 EDT 2016
Author: putmanb
Date: Tue Oct 25 19:47:03 2016
New Revision: 8544
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8544&view=rev
Log:
Add default TLS criteria for HttpClient re: OSJ-180.
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java?rev=8544&r1=8543&r2=8544&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/metrics/impl/HTTPReporter.java Tue Oct 25 19:47:03 2016
@@ -290,6 +290,7 @@
@Nonnull private HttpClientContext buildHttpContext(@Nonnull final HttpUriRequest request) {
final HttpClientContext clientContext = HttpClientContext.create();
HttpClientSecuritySupport.marshalSecurityParameters(clientContext, httpClientSecurityParameters, false);
+ HttpClientSecuritySupport.addDefaultTLSTrustEngineCriteria(clientContext, request);
return clientContext;
}
More information about the commits
mailing list