[java-identity-provider] branch main updated: Add in new HttpClient responseTimeout param to client wiring.

Brent Putman putmanb at georgetown.edu
Fri Oct 18 20:49:08 UTC 2024


This is an automated email from the git hooks/post-receive script.

putmanb pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4a2111e73b949f2fd18b201d9243a8cd5a3b7b50

The following commit(s) were added to refs/heads/main by this push:
     new 4a2111e73 Add in new HttpClient responseTimeout param to client wiring.
4a2111e73 is described below

commit 4a2111e73b949f2fd18b201d9243a8cd5a3b7b50
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 18 16:49:02 2024 -0400

    Add in new HttpClient responseTimeout param to client wiring.
---
 idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml | 1 +
 .../main/resources/net/shibboleth/idp/module/conf/services.properties    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
index 40590f5e6..0719198cf 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/http-client.xml
@@ -57,6 +57,7 @@
         p:connectionTimeout="%{idp.httpclient.connectionTimeout:PT1M}"
         p:connectionRequestTimeout="%{idp.httpclient.connectionRequestTimeout:PT1M}"
         p:socketTimeout="%{idp.httpclient.socketTimeout:PT1M}" 
+        p:responseTimeout="%{idp.httpclient.responseTimeout:PT0S}" 
         p:maxConnectionsTotal="%{idp.httpclient.maxConnectionsTotal:100}"
         p:maxConnectionsPerRoute="%{idp.httpclient.maxConnectionsPerRoute:100}" />
 
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/services.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/services.properties
index 6e507a203..ce0fbab78 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/services.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/services.properties
@@ -68,5 +68,6 @@ idp.service.managedBean.checkInterval = PT15M
 #idp.httpclient.connectionRequestTimeout = PT1M
 #idp.httpclient.connectionTimeout = PT1M
 #idp.httpclient.socketTimeout = PT1M
+#idp.httpclient.responseTimeout = PT0S
 #idp.httpclient.maxConnectionsTotal = 100
 #idp.httpclient.maxConnectionsPerRoute = 100

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list