[java-identity-provider] branch main updated: Fix typo that mysteriously isn't breaking everything?

Scott Cantor cantor.2 at osu.edu
Wed Jun 21 16:56:35 UTC 2023


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=14f61eee9759ec6b4acc015b5b324ed4593bbe40

The following commit(s) were added to refs/heads/main by this push:
     new 14f61eee9 Fix typo that mysteriously isn't breaking everything?
14f61eee9 is described below

commit 14f61eee9759ec6b4acc015b5b324ed4593bbe40
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 21 12:56:05 2023 -0400

    Fix typo that mysteriously isn't breaking everything?
---
 .../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 690963f0e..380888efc 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
@@ -24,7 +24,7 @@
                 <constructor-arg name="source">
                     <null/>
                 </constructor-arg>
-                <constructor-arg name="identifierEncoding">
+                <constructor-arg name="identifierEncoder">
                     <null/>
                 </constructor-arg>
             </bean>

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


More information about the commits mailing list