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

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 2 15:32:01 EST 2015


Author: scantor
Date: Mon Nov  2 15:32:01 2015
New Revision: 7916

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7916&view=rev
Log:
IDP-818 - Exposing excluded exceptions in ExtendedMappingExceptionResolver

Add commented properties to idp.properties file

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.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=7916&r1=7915&r2=7916&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties	Mon Nov  2 15:32:01 2015
@@ -64,10 +64,12 @@
 
 # Set to true to expose more detailed errors in responses to SPs
 #idp.errors.detailed = false
-
 # Set to false to skip signing of SAML response messages that signal errors
 #idp.errors.signed = true
-
+# Name of bean containing a list of Java exception classes to ignore
+#idp.errors.excludedExceptions = ExceptionClassListBean
+# Name of bean containing a property set mapping exception names to views
+#idp.errors.exceptionMappings = ExceptionToViewPropertyBean
 # Set if a different default view name for events and exceptions is needed
 #idp.errors.defaultView = error
 



More information about the commits mailing list