[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: idp.properties services.properties

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 12 20:12:17 EST 2015


Author: scantor
Date: Thu Nov 12 20:12:17 2015
New Revision: 7988

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7988&view=rev
Log:
IDP-852 - Global fail-fast setting for services

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/conf/services.properties

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=7988&r1=7987&r2=7988&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties	Thu Nov 12 20:12:17 2015
@@ -19,10 +19,6 @@
 
 # Set the location of Velocity view templates
 #idp.views = %{idp.home}/views
-
-# Global default for fail-fast behavior of most subsystems
-# with individual override possible via services.properties
-#idp.service.failFast = false
 
 # Settings for internal AES encryption key
 #idp.sealer.storeType = JCEKS

Modified: trunk/idp-conf/src/main/resources/conf/services.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.properties?rev=7988&r1=7987&r2=7988&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/services.properties	Thu Nov 12 20:12:17 2015
@@ -3,6 +3,10 @@
 
 # failFast=true prevents IdP startup if a configuration is bad
 # checkInterval = PT0S means never reload (this is the default)
+
+# Global default for fail-fast behavior of most subsystems
+# with individual override possible below.
+#idp.service.failFast = false
 
 #idp.service.logging.resource = %{idp.home}/conf/logback.xml
 #idp.service.logging.failFast = true



More information about the commits mailing list