[java-identity-provider] branch main updated: Update wiring default for HttpClient requestTimeout to proper null SpEL.

Brent Putman putmanb at georgetown.edu
Fri Dec 6 15:20:05 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=bc3014e9c5951107a898bd991f113af947fdcb79

The following commit(s) were added to refs/heads/main by this push:
     new bc3014e9c Update wiring default for HttpClient requestTimeout to proper null SpEL.
bc3014e9c is described below

commit bc3014e9c5951107a898bd991f113af947fdcb79
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Dec 6 10:19:44 2024 -0500

    Update wiring default for HttpClient requestTimeout to proper null SpEL.
---
 .../src/main/resources/net/shibboleth/idp/conf/http-client.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 98d665aab..98293c3be 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
@@ -58,7 +58,7 @@
         p:connectionRequestTimeout="%{idp.httpclient.connectionRequestTimeout:PT1M}"
         p:socketTimeout="%{idp.httpclient.socketTimeout:PT1M}" 
         p:responseTimeout="%{idp.httpclient.responseTimeout:PT1M}" 
-        p:requestTimeout="%{idp.httpclient.requestTimeout:PT1M}" 
+        p:requestTimeout="%{idp.httpclient.requestTimeout:#{null}}" 
         p:requestTimeoutCorePoolSize="%{idp.httpclient.requestTimeoutCorePoolSize:20}" 
         p:maxConnectionsTotal="%{idp.httpclient.maxConnectionsTotal:100}"
         p:maxConnectionsPerRoute="%{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