[java-identity-provider] branch main updated: Fix map/list oversight.

Scott Cantor cantor.2 at osu.edu
Mon Mar 8 13:14:17 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=8c020f0bb248e91a8da97ab931344d6a7550a836

The following commit(s) were added to refs/heads/main by this push:
       new  8c020f0bb Fix map/list oversight.
8c020f0bb is described below

commit 8c020f0bb248e91a8da97ab931344d6a7550a836
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 8 08:14:11 2021 -0500

    Fix map/list oversight.
---
 .../main/resources/net/shibboleth/idp/conf/session-manager-system.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c1261041f..7983bbf1b 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
@@ -20,7 +20,7 @@
     <bean id="shibboleth.DefaultSessionTypeProtocolMap" lazy-init="true"
             class="org.springframework.beans.factory.config.MapFactoryBean">
         <property name="sourceMap">
-            <list/>
+            <map/>
         </property>
     </bean>
 

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


More information about the commits mailing list