[java-plugin-shibd] branch main updated: Get rid of the extra property indirection.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 13 19:47:23 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=1cd57a8c739c256af028a18dc1f88f0ad4cf3a3a
The following commit(s) were added to refs/heads/main by this push:
new 1cd57a8 Get rid of the extra property indirection.
1cd57a8 is described below
commit 1cd57a8c739c256af028a18dc1f88f0ad4cf3a3a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 13 15:47:20 2025 -0400
Get rid of the extra property indirection.
---
.../src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml | 2 +-
.../src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
index 0f02d6b..b4392bd 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
@@ -23,7 +23,7 @@
<!-- ============ Agents and their Applications ============ -->
- <bean p:id="%{sp.agentId:localhost}" parent="shibboleth.Agent">
+ <bean p:id="localhost" parent="shibboleth.Agent">
<property name="applications">
<set>
<bean p:id="default" parent="shibboleth.Application" />
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index bcc4f47..2df6a69 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -51,8 +51,6 @@ sp.service.agents.checkInterval = PT5M
# Agent Authentication Settings
###############################
-# For single agent hubs, set agent ID via property
-#sp.agentId = localhost
# Default agent IP address filter
#sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
# Set to empty value to skip shared secret authentication
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list