[java-plugin-shibd] branch main updated: Fix typo in module resource.
Codeberg
noreply at shibboleth.net
Thu Feb 19 18:39:08 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/5fdd06619a9d410e5ebfbf8d2f41320971cff934
The following commit(s) were added to refs/heads/main by this push:
new 5fdd066 Fix typo in module resource.
5fdd066 is described below
commit 5fdd06619a9d410e5ebfbf8d2f41320971cff934
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 19 13:30:59 2026 -0500
Fix typo in module resource.
---
.../src/main/resources/net/shibboleth/sp/conf/module.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 233c344..07f750e 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
@@ -17,4 +17,4 @@ sp.Core.2.src = /net/shibboleth/idp/module/conf/sp/sp.properties
sp.Core.2.dest = conf/sp/sp.properties
sp.Core.3.src = /net/shibboleth/idp/module/conf/examples/attribute-filter-sp.xml
-so.Core.3.dest = conf/examples/attribute-filter-sp.xml
+sp.Core.3.dest = conf/examples/attribute-filter-sp.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list