[java-identity-provider] branch main updated: Update HttpClient responseTimeout param default in client wiring.
Brent Putman
putmanb at georgetown.edu
Wed Nov 6 23:48:31 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=91574140f1ba278c49476f79e8502d10c4570714
The following commit(s) were added to refs/heads/main by this push:
new 91574140f Update HttpClient responseTimeout param default in client wiring.
91574140f is described below
commit 91574140f1ba278c49476f79e8502d10c4570714
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Nov 6 18:47:56 2024 -0500
Update HttpClient responseTimeout param default in client wiring.
This new default is based on corrected understanding of what this
setting actually does.
---
.../src/main/resources/net/shibboleth/idp/conf/http-client.xml | 2 +-
.../main/resources/net/shibboleth/idp/module/conf/services.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 0719198cf..6e282cedb 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,7 +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:responseTimeout="%{idp.httpclient.responseTimeout:PT1M}"
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 6bd071232..5f4ac0823 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,6 +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.responseTimeout = PT1M
#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