[java-identity-provider] branch main updated: IDP-1766 - upgrade issues due to removal of session type map

Scott Cantor cantor.2 at osu.edu
Sat Mar 6 18:51:08 UTC 2021


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=57845f34ae7a075d550d22b9e8e3650c33044d6e

The following commit(s) were added to refs/heads/main by this push:
       new  57845f34a IDP-1766 - upgrade issues due to removal of session type map
57845f34a is described below

commit 57845f34ae7a075d550d22b9e8e3650c33044d6e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sat Mar 6 13:51:05 2021 -0500

    IDP-1766 - upgrade issues due to removal of session type map
    
    https://issues.shibboleth.net/jira/browse/IDP-1766
---
 .../resources/net/shibboleth/idp/conf/session-manager-system.xml  | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/session-manager-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/session-manager-system.xml
index f3857a1a3..c1261041f 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/session-manager-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/session-manager-system.xml
@@ -16,6 +16,14 @@
         class="net.shibboleth.utilities.java.support.security.impl.SecureRandomIdentifierGenerationStrategy"
         c:identifierSize="%{idp.session.idSize:32}" />
 
+    <!-- Dummy bean for compatibility, this is no longer a supported extensions point. -->
+    <bean id="shibboleth.DefaultSessionTypeProtocolMap" lazy-init="true"
+            class="org.springframework.beans.factory.config.MapFactoryBean">
+        <property name="sourceMap">
+            <list/>
+        </property>
+    </bean>
+
     <!-- SPSession serializers. -->
     
     <bean id="shibboleth.SPSessionSerializer" abstract="true"

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


More information about the commits mailing list