[java-plugin-shibd] branch main updated: Fix module URL and update resources.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 11 23:16:13 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=1bb886814220332795020da55e63e10071fc0176
The following commit(s) were added to refs/heads/main by this push:
new 1bb8868 Fix module URL and update resources.
1bb8868 is described below
commit 1bb886814220332795020da55e63e10071fc0176
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 11 19:16:11 2025 -0400
Fix module URL and update resources.
---
.../src/main/resources/net/shibboleth/sp/conf/module.properties | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/module.properties b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/module.properties
index 0918f42..2214794 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/module.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/module.properties
@@ -8,13 +8,10 @@ sp.Core.plugin = net.shibboleth.plugin.shibd
sp.Core.name = SP Server Hub
sp.Core.desc = Shared hub for SP agent processing.
-sp.Core.url = /SP
+sp.Core.url = https://shibboleth.atlassian.net/wiki/spaces/sphub1
sp.Core.1.src = /net/shibboleth/idp/module/conf/sp/agents.xml
sp.Core.1.dest = conf/sp/agents.xml
-sp.Core.2.src = /net/shibboleth/idp/module/conf/sp/credentials.xml
-sp.Core.2.dest = conf/sp/credentials.xml
-
-sp.Core.3.src = /net/shibboleth/idp/module/conf/sp/sp.properties
-sp.Core.3.dest = conf/sp/sp.properties
+sp.Core.2.src = /net/shibboleth/idp/module/conf/sp/sp.properties
+sp.Core.2.dest = conf/sp/sp.properties
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list