[java-identity-provider] branch main updated: IDP-2200 Make it possible to turn off IdP update check
Rod Widdowson
rdw at steadingsoftware.com
Sun Dec 3 11:15:58 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw 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=93c1da27bf8888cbd14640a4e085c60598b70d1d
The following commit(s) were added to refs/heads/main by this push:
new 93c1da27b IDP-2200 Make it possible to turn off IdP update check
93c1da27b is described below
commit 93c1da27bf8888cbd14640a4e085c60598b70d1d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Dec 3 11:15:00 2023 +0000
IDP-2200 Make it possible to turn off IdP update check
https://shibboleth.atlassian.net/browse/IDP-2200
Fix typo: using wrong property to turn off the IdP Update check
---
.../src/main/resources/net/shibboleth/idp/conf/admin-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
index d8b55d95d..a58d0748c 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
@@ -359,7 +359,7 @@
lazy-init="false"
depends-on="shibboleth.LoggingService"
p:updateUrls-ref="%{idp.updateCheck.urls:shibboleth.IdPUpdateCheckUrls}"
- p:enabled="%{idp.updateCheck.enabled:true}"
+ p:enabled="%{idp.updateCheck.enable:true}"
p:httpClient-ref="%{idp.updateCheck.httpClient:shibboleth.InternalHttpClient}"
p:securityParams="#{ environment.containsProperty('idp.updateCheck.httpSecurityParameters') ? getObject('idp.updateCheck.httpSecurityParameters') :null}"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list