[java-identity-provider] branch main updated: Change requestTimeout wiring default to something non-null.
Brent Putman
putmanb at georgetown.edu
Fri Dec 6 05:48:26 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=7fb4be468ab101295762b6f4d29cb24f7fbc4141
The following commit(s) were added to refs/heads/main by this push:
new 7fb4be468 Change requestTimeout wiring default to something non-null.
7fb4be468 is described below
commit 7fb4be468ab101295762b6f4d29cb24f7fbc4141
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Dec 6 00:48:07 2024 -0500
Change requestTimeout wiring default to something non-null.
Probably temporary until Brent figures out how to represent null in this
context with 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 de3790439..98d665aab 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:null}"
+ p:requestTimeout="%{idp.httpclient.requestTimeout:PT1M}"
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