[java-identity-provider] branch master updated: Fix a Spring ordering problem in tests.

Scott Cantor cantor.2 at osu.edu
Wed Sep 12 13:59:48 EDT 2018


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=587cad2f72f0d381c7f79ee051f94984962d1950

The following commit(s) were added to refs/heads/master by this push:
       new  587cad2   Fix a Spring ordering problem in tests.
587cad2 is described below

commit 587cad2f72f0d381c7f79ee051f94984962d1950
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 12 13:59:45 2018 -0400

    Fix a Spring ordering problem in tests.
---
 idp-conf/src/main/resources/system/conf/session-manager-system.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/conf/session-manager-system.xml b/idp-conf/src/main/resources/system/conf/session-manager-system.xml
index e2f152c..60e5c95 100644
--- a/idp-conf/src/main/resources/system/conf/session-manager-system.xml
+++ b/idp-conf/src/main/resources/system/conf/session-manager-system.xml
@@ -31,7 +31,8 @@
                 <entry key="#{ T(net.shibboleth.idp.saml.session.SAML2SPSession) }">
                     <bean class="net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer"
                         c:offset="%{idp.session.slop:PT0S}"
-                        p:parserPool-ref="shibboleth.ParserPool" />
+                        p:parserPool-ref="shibboleth.ParserPool"
+                        depends-on="shibboleth.OpenSAMLConfig" />
                 </entry>
                 <entry key="#{T(net.shibboleth.idp.cas.session.impl.CASSPSession)}">
                     <bean class="net.shibboleth.idp.cas.session.impl.CASSPSessionSerializer"

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


More information about the commits mailing list