[java-identity-provider] branch main updated: Remove property backstop after change to Java class.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 3 22:10:30 UTC 2025
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=b6f9535d604e8c5a2db21b21a99183728573966d
The following commit(s) were added to refs/heads/main by this push:
new b6f9535d6 Remove property backstop after change to Java class.
b6f9535d6 is described below
commit b6f9535d604e8c5a2db21b21a99183728573966d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 3 17:10:24 2025 -0500
Remove property backstop after change to Java class.
---
.../src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
index 8123d6df6..bc6c08051 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/subject-c14n-system.xml
@@ -32,7 +32,7 @@
<bean id="shibboleth.c14n.attribute.AttributesToResolve" parent="shibboleth.CommaDelimStringArray"
c:_0="#{'%{idp.c14n.attribute.attributesToResolve:}'.trim()}" />
<bean id="shibboleth.c14n.attribute.AttributeSourceIds" parent="shibboleth.CommaDelimStringArray"
- c:_0="#{'%{idp.c14n.attribute.attributeSourceIds:%{idp.c14n.attribute.attributesToResolve:}}'.trim()}" />
+ c:_0="#{'%{idp.c14n.attribute.attributeSourceIds:}'.trim()}" />
<!-- Legacy compatibility. -->
<import resource="conditional:%{idp.home}/conf/c14n/simple-subject-c14n-config.xml" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list