[java-identity-provider] branch main updated: IDP-2321 - Add property to override storage size value in session cache

Scott Cantor cantor.2 at osu.edu
Fri Sep 6 13:30:48 UTC 2024


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=f1e7937454d7e723e39da7b7365c1bfd8935122a

The following commit(s) were added to refs/heads/main by this push:
     new f1e793745 IDP-2321 - Add property to override storage size value in session cache
f1e793745 is described below

commit f1e7937454d7e723e39da7b7365c1bfd8935122a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 6 09:30:44 2024 -0400

    IDP-2321 - Add property to override storage size value in session cache
    
    https://shibboleth.atlassian.net/browse/IDP-2321
---
 .../main/resources/net/shibboleth/idp/conf/session-manager-system.xml    | 1 +
 1 file changed, 1 insertion(+)

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 380888efc..126d8615d 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
@@ -92,6 +92,7 @@
         p:maskStorageFailure="%{idp.session.maskStorageFailure:false}"
         p:trackSPSessions="%{idp.session.trackSPSessions:false}"
         p:secondaryServiceIndex="%{idp.session.secondaryServiceIndex:false}"
+        p:storageServiceThreshold="%{idp.session.sizeThreshold:1048576}"
         p:IDGenerator-ref="shibboleth.SessionIDGenerator"
         p:SPSessionSerializerRegistry="#{getObject('shibboleth.SPSessionSerializerRegistry') ?: getObject('shibboleth.DefaultSPSessionSerializerRegistry')}" />
 

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


More information about the commits mailing list