[java-oidfed-common] 01/02: Corrected wrong minCacheDuration property references.
Codeberg
noreply at shibboleth.net
Thu Aug 20 09:03:58 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidfed-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/d0a0349310bfadc966e352adb181d57b0ff2ecbd
commit d0a0349310bfadc966e352adb181d57b0ff2ecbd
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Aug 20 12:00:39 2026 +0300
Corrected wrong minCacheDuration property references.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
.../flows/oidfed/entity-configuration/entity-configuration-beans.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 28f8e06..d5eb9db 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -562,7 +562,7 @@
<bean id="shibboleth.oidfed.TrustMarkStatusMetadataCacheBuilderSpec"
class="net.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCacheBuilderSpec"
- p:minCacheDuration="%{idp.oidfed.cache.trustMarkStatus.maxRefreshDelay:PT60S}"
+ p:minCacheDuration="%{idp.oidfed.cache.trustMarkStatus.minRefreshDelay:PT60S}"
p:maxCacheDuration="%{idp.oidfed.cache.trustMarkStatus.maxRefreshDelay:PT30M}"
p:metadataExpirationTimeStrategy-ref="DefaultResponseContainerExpirationTimeStrategy">
<property name="identifierExtractionStrategy">
diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
index 5f02e7d..baf25e7 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/entity-configuration/entity-configuration-beans.xml
@@ -26,7 +26,7 @@
<bean id="shibboleth.oidfed.EntityConfigurationResponseMetadataCacheBuilderSpec"
class="net.shibboleth.oidc.metadata.cache.impl.DynamicMetadataCacheBuilderSpec"
- p:minCacheDuration="%{idp.oidfed.entity-configuration.maxRefreshDelay:PT1S}"
+ p:minCacheDuration="%{idp.oidfed.entity-configuration.minRefreshDelay:PT1S}"
p:maxCacheDuration="%{idp.oidfed.entity-configuration.maxRefreshDelay:PT30S}">
<property name="criteriaToIdentifierStrategy">
<bean parent="shibboleth.Functions.Constant" c:target-ref="shibboleth.oidfed.entityId" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list