[java-identity-provider] branch main updated: Fix bean definition.

Scott Cantor cantor.2 at osu.edu
Wed Dec 23 01:06:13 UTC 2020


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=07935091f7b7f941fb75e2f01986aa91494f8cbf

The following commit(s) were added to refs/heads/main by this push:
       new  07935091f Fix bean definition.
07935091f is described below

commit 07935091f7b7f941fb75e2f01986aa91494f8cbf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 22 20:06:10 2020 -0500

    Fix bean definition.
---
 .../net/shibboleth/idp/flows/c14n/subject-c14n-saml-default-beans.xml  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/subject-c14n-saml-default-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/subject-c14n-saml-default-beans.xml
index ca7fec92c..9843ee669 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/subject-c14n-saml-default-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/subject-c14n-saml-default-beans.xml
@@ -50,7 +50,8 @@
         class="net.shibboleth.idp.saml.nameid.impl.NameIDCanonicalization" scope="prototype"
         p:decoder="#{getObject('shibboleth.SAML2Transform.NameIDDecoder') ?: getObject('TransformingNameIDDecoder')}" />
 
-    <bean class="ProxyTransformingNameIDDecoder" lazy-init="true"
+    <bean id="ProxyTransformingNameIDDecoder" lazy-init="true"
+        class="net.shibboleth.idp.saml.nameid.impl.TransformingNameIDDecoder"
         p:lowercase="%{idp.c14n.saml.proxy.lowercase:false}"
         p:uppercase="%{idp.c14n.saml.proxy.uppercase:false}"
         p:transforms-ref="shibboleth.ProxyNameTransforms" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list