From 511f73260576b477236ec2e869efb10e8a4fd153 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 9 Dec 2014 18:18:08 +0000 Subject: [PATCH] Override timeouts on HTTP fetches. Resolves #1 from GitHub. --- mdx/common-beans.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mdx/common-beans.xml b/mdx/common-beans.xml index 669ca938..4f0cbf0b 100644 --- a/mdx/common-beans.xml +++ b/mdx/common-beans.xml @@ -836,10 +836,22 @@ httpClientBuilder Factory for the httpClient bean below. + + Sets the option to ignore validation of a server's TLS credentials. + + Sets socket and connection timeouts explicitly (to 100s) to + override the tight defaults in java-support, see: + + https://github.com/ukf/ukf-meta/issues/1 + https://issues.shibboleth.net/jira/browse/JSPT-48 + + These options can be removed once the underlying issue has been resolved. -->