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

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 12 17:45:34 EST 2014


Author: scantor
Date: Fri Dec 12 17:45:33 2014
New Revision: 7081

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7081&view=rev
Log:
Let DataSealer key roller manage its own Timer.

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

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=7081&r1=7080&r2=7081&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Fri Dec 12 17:45:33 2014
@@ -146,8 +146,7 @@
                 p:keystorePassword="%{idp.sealer.storePassword}"
                 p:keyAlias="%{idp.sealer.aliasBase:secret}"
                 p:keyPassword="%{idp.sealer.keyPassword}"
-                p:updateInterval="%{idp.sealer.updateInterval:PT15M}"
-                p:updateTaskTimer-ref="shibboleth.TaskTimer" />
+                p:updateInterval="%{idp.sealer.updateInterval:PT15M}" />
         </property>
     </bean>
 



More information about the commits mailing list