[java-idp-oidc] branch main updated: Fix cut/paste error with clientinfo service properties.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 15 22:41:06 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=2d8385862e7fbddc0f161061a8c4ccc2297c92b9
The following commit(s) were added to refs/heads/main by this push:
new 2d838586 Fix cut/paste error with clientinfo service properties.
2d838586 is described below
commit 2d8385862e7fbddc0f161061a8c4ccc2297c92b9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 15 17:40:39 2021 -0500
Fix cut/paste error with clientinfo service properties.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 4ea61078..66ebca38 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -44,8 +44,8 @@
class="net.shibboleth.ext.spring.service.ReloadableSpringService"
depends-on="shibboleth.AttributeResolverService"
p:serviceConfigurations-ref="ExtendedClientInformationResolverResources"
- p:failFast="%{idp.service.metadata.failFast:%{idp.service.failFast:false}}"
- p:reloadCheckDelay="%{idp.service.metadata.checkInterval:PT0S}"
+ p:failFast="%{idp.service.clientinfo.failFast:%{idp.service.failFast:false}}"
+ p:reloadCheckDelay="%{idp.service.clientinfo.checkInterval:PT0S}"
p:beanPostProcessors-ref="shibboleth.IdentifiableBeanPostProcessor"
p:beanFactoryPostProcessors-ref="shibboleth.PropertySourcesPlaceholderConfigurer">
<constructor-arg name="claz"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list