[java-identity-provider] branch main updated: Remove system resource from metadata service.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 28 18:48:12 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=d71b66e817a54e4956789af7b66b9f3b29ee6b79
The following commit(s) were added to refs/heads/main by this push:
new d71b66e81 Remove system resource from metadata service.
d71b66e81 is described below
commit d71b66e817a54e4956789af7b66b9f3b29ee6b79
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 28 14:48:09 2020 -0400
Remove system resource from metadata service.
---
idp-conf/src/test/resources/conf/global.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/idp-conf/src/test/resources/conf/global.xml b/idp-conf/src/test/resources/conf/global.xml
index d5992b4f7..a840c1f70 100644
--- a/idp-conf/src/test/resources/conf/global.xml
+++ b/idp-conf/src/test/resources/conf/global.xml
@@ -71,10 +71,9 @@
<util:list id="testbed.MetadataResolverResources">
<value>%{idp.home}/conf/metadata-providers.xml</value>
<value>%{idp.home}/conf/metadata-filters.xml</value>
- <value>%{idp.home}/system/conf/metadata-providers-system.xml</value>
</util:list>
- <bean id="testbed.JDBCDataSource" class="org.hsqldb.jdbc.JDBCDataSource">
+ <bean id="testbed.JDBCDataSource" class="org.hsqldb.jdbc.JDBCDataSource">
<property name="url" value="jdbc:hsqldb:mem:Mock" />
<property name="user" value="SA" />
<property name="password" value="" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list