[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/session-manager.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 4 12:25:00 EDT 2014


Author: scantor
Date: Mon Aug  4 12:25:00 2014
New Revision: 6395

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6395&view=rev
Log:
IDP-460 - apply slop property consistently

Modified:
    trunk/idp-conf/src/main/resources/system/conf/session-manager.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/session-manager.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/session-manager.xml?rev=6395&r1=6394&r2=6395&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/session-manager.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/session-manager.xml Mon Aug  4 12:25:00 2014
@@ -12,7 +12,8 @@
        default-init-method="initialize"
        default-destroy-method="destroy">
 
-    <bean id="shibboleth.SessionIDGenerator" class="net.shibboleth.utilities.java.support.security.SecureRandomIdentifierGenerationStrategy"
+    <bean id="shibboleth.SessionIDGenerator"
+        class="net.shibboleth.utilities.java.support.security.SecureRandomIdentifierGenerationStrategy"
         c:identifierSize="%{idp.session.idSize:32}" />
 
     <bean id="shibboleth.SPSessionSerializerRegistry" class="net.shibboleth.idp.session.SPSessionSerializerRegistry"
@@ -20,10 +21,12 @@
         <constructor-arg>
             <map>
                 <entry key="#{ T(net.shibboleth.idp.session.BasicSPSession) }">
-                    <bean class="net.shibboleth.idp.session.impl.BasicSPSessionSerializer" c:offset="PT30M" />
+                    <bean class="net.shibboleth.idp.session.impl.BasicSPSessionSerializer"
+                        c:offset="%{idp.session.slop:0}" />
                 </entry>
                 <entry key="#{ T(net.shibboleth.idp.saml.session.SAML2SPSession) }">
-                    <bean class="net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer" c:offset="PT30M"
+                    <bean class="net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer"
+                        c:offset="%{idp.session.slop:0}"
                         p:parserPool-ref="shibboleth.ParserPool" />
                 </entry>
             </map>



More information about the commits mailing list