[java-plugin-shibd-saml] branch main updated: Fix bean ID.
Codeberg
noreply at shibboleth.net
Tue Jun 16 14:35:48 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-saml.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/47b86e13805498e9f52b83cf6267472b5addc0aa
The following commit(s) were added to refs/heads/main by this push:
new 47b86e1 Fix bean ID.
47b86e1 is described below
commit 47b86e13805498e9f52b83cf6267472b5addc0aa
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Jun 16 10:35:34 2026 -0400
Fix bean ID.
---
.../main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 0ad97fa..77d29c3 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -81,7 +81,7 @@
<!-- Logout consumer descriptors for each SAML binding. -->
- <bean id="shibboletg.sp.TokenParameterPrefixCondition"
+ <bean id="shibboleth.sp.TokenParameterPrefixCondition"
class="net.shibboleth.sp.profile.context.logic.InputStartsWithPredicate"
c:_0="token" c:_1="SAML:" />
@@ -90,7 +90,7 @@
<bean parent="shibboleth.Conditions.OR">
<constructor-arg>
<list>
- <ref bean="shibboletg.sp.TokenParameterPrefixCondition" />
+ <ref bean="shibboleth.sp.TokenParameterPrefixCondition" />
<bean class="net.shibboleth.sp.profile.context.logic.HttpServletRequestPredicate"
p:httpServletRequestSupplier-ref="shibboleth.RemotedHttpServletRequestSupplier">
<property name="httpServletRequestValidator">
@@ -116,7 +116,7 @@
<bean parent="shibboleth.Conditions.OR">
<constructor-arg>
<list>
- <ref bean="shibboletg.sp.TokenParameterPrefixCondition" />
+ <ref bean="shibboleth.sp.TokenParameterPrefixCondition" />
<bean class="net.shibboleth.sp.profile.context.logic.HttpServletRequestPredicate"
p:httpServletRequestSupplier-ref="shibboleth.RemotedHttpServletRequestSupplier">
<property name="httpServletRequestValidator">
@@ -144,7 +144,7 @@
<bean parent="shibboleth.Conditions.OR">
<constructor-arg>
<list>
- <ref bean="shibboletg.sp.TokenParameterPrefixCondition" />
+ <ref bean="shibboleth.sp.TokenParameterPrefixCondition" />
<bean class="net.shibboleth.sp.profile.context.logic.HttpServletRequestPredicate"
p:httpServletRequestSupplier-ref="shibboleth.RemotedHttpServletRequestSupplier">
<property name="httpServletRequestValidator">
@@ -172,7 +172,7 @@
<bean parent="shibboleth.Conditions.OR">
<constructor-arg>
<list>
- <ref bean="shibboletg.sp.TokenParameterPrefixCondition" />
+ <ref bean="shibboleth.sp.TokenParameterPrefixCondition" />
<bean class="net.shibboleth.sp.profile.context.logic.HttpServletRequestPredicate"
p:httpServletRequestSupplier-ref="shibboleth.RemotedHttpServletRequestSupplier">
<property name="httpServletRequestValidator">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list