[java-identity-provider] branch master updated: Fix LocalDynamic- parser for change to source manager interface.
Brent Putman
putmanb at georgetown.edu
Thu Sep 27 23:01:48 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1970d5d4391216f25417d9b255f344fe9c39d4d0
The following commit(s) were added to refs/heads/master by this push:
new 1970d5d Fix LocalDynamic- parser for change to source manager interface.
1970d5d is described below
commit 1970d5d4391216f25417d9b255f344fe9c39d4d0
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Sep 27 23:01:47 2018 -0400
Fix LocalDynamic- parser for change to source manager interface.
---
.../relyingparty/metadata/impl/LocalDynamicMetadataProviderParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/LocalDynamicMetadataProviderParser.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/LocalDynamicMetadataProviderParser.java
index ff989a4..e378bde 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/LocalDynamicMetadataProviderParser.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/impl/LocalDynamicMetadataProviderParser.java
@@ -74,7 +74,7 @@ public class LocalDynamicMetadataProviderParser extends AbstractDynamicMetadataP
BeanDefinitionBuilder.genericBeanDefinition(FilesystemLoadSaveManager.class);
sourceManagerBuilder.addConstructorArgValue(
StringSupport.trimOrNull(element.getAttributeNS(null, "sourceDirectory")));
- sourceManagerBuilder.addPropertyValue("checkModifyTime", "true");
+ sourceManagerBuilder.addPropertyValue("loadConditionally", "true");
sourceManagerRefOrBean = sourceManagerBuilder.getBeanDefinition();
if (sourceKeyGeneratorRefOrBean == null) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list