[java-identity-provider] branch master updated: The SP-123 metadata wasn't been loaded correctly.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 21 15:10:47 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor 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=f06d97320fa4d1482163aabaad251c49a01e5a26
The following commit(s) were added to refs/heads/master by this push:
new f06d973 The SP-123 metadata wasn't been loaded correctly.
f06d973 is described below
commit f06d97320fa4d1482163aabaad251c49a01e5a26
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 21 15:10:41 2019 -0400
The SP-123 metadata wasn't been loaded correctly.
---
idp-conf/src/test/resources/conf/metadata-providers.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/test/resources/conf/metadata-providers.xml b/idp-conf/src/test/resources/conf/metadata-providers.xml
index 7deeb2d..cdd5a3a 100644
--- a/idp-conf/src/test/resources/conf/metadata-providers.xml
+++ b/idp-conf/src/test/resources/conf/metadata-providers.xml
@@ -70,6 +70,6 @@
</MetadataFilter>
</MetadataProvider>
- <MetadataProvider id="SP123MD" xsi:type="ResourceBackedMetadataProvider" maxRefreshDelay="PT5M" indexesRef="testbed.MetadataIndexes" resourceRef="exampleMetadata"/>
+ <MetadataProvider id="SP123MD" xsi:type="ResourceBackedMetadataProvider" maxRefreshDelay="PT5M" indexesRef="testbed.MetadataIndexes" resourceRef="exampleMetadata-sp123"/>
</MetadataProvider>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list