[java-identity-provider] branch master updated: Make legacy PrincipalConnector bean lazy-init.

Scott Cantor cantor.2 at osu.edu
Mon Dec 2 14:14:12 EST 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=26a66e6ab7ee7faf29e31ed20d8f60ca062fbea3

The following commit(s) were added to refs/heads/master by this push:
       new  26a66e6   Make legacy PrincipalConnector bean lazy-init.
26a66e6 is described below

commit 26a66e6ab7ee7faf29e31ed20d8f60ca062fbea3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 2 14:14:08 2019 -0500

    Make legacy PrincipalConnector bean lazy-init.
---
 idp-conf/src/main/resources/system/conf/subject-c14n-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml b/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
index 2fc4359..8a0b525 100644
--- a/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
+++ b/idp-conf/src/main/resources/system/conf/subject-c14n-system.xml
@@ -35,7 +35,7 @@
 
     <!-- Remove in V5. -->
     <bean id="c14n/LegacyPrincipalConnector" class="net.shibboleth.idp.saml.nameid.impl.LegacyCanonicalization"
-        factory-method="c14LegacyPrincipalConnectorFactory" />
+        factory-method="c14LegacyPrincipalConnectorFactory" lazy-init="true" />
 
     <bean id="shibboleth.AbstractSAML1C14NFlowBean" abstract="true"
             class="net.shibboleth.idp.saml.nameid.NameIDCanonicalizationFlowDescriptor">

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


More information about the commits mailing list