[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services.properties
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 25 15:16:46 EST 2014
Author: scantor
Date: Tue Nov 25 15:16:45 2014
New Revision: 7014
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7014&view=rev
Log:
Fix mismatched failFast comments.
Modified:
trunk/idp-conf/src/main/resources/conf/services.properties
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=7014&r1=7013&r2=7014&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/services.properties Tue Nov 25 15:16:45 2014
@@ -4,7 +4,7 @@
# failFast=true prevents IdP startup if a configuration is bad
# checkInterval=0 means never reload (this is the default)
-#idp.service.logging.failFast=true
+#idp.service.logging.failFast=false
idp.service.logging.checkInterval=PT5M
# Set to shibboleth.LegacyRelyingPartyResolverResources with legacy V2 relying-party.xml
@@ -30,7 +30,7 @@
idp.service.nameidGeneration.checkInterval=PT5M
#idp.service.access.resources=shibboleth.AccessControlResources
-#idp.service.access.failFast=true
+#idp.service.access.failFast=false
idp.service.access.checkInterval=PT5M
#idp.message.resources=shibboleth.MessageSourceResources
More information about the commits
mailing list