[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: c14n/subject-c14n-events-flow.xml interce...

noreply at shibboleth.net noreply at shibboleth.net
Fri May 29 23:32:34 EDT 2015


Author: scantor
Date: Fri May 29 23:32:34 2015
New Revision: 7543

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7543&view=rev
Log:
Add a clarifying comment.

Modified:
    trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n-events-flow.xml
    trunk/idp-conf/src/main/resources/conf/intercept/intercept-events-flow.xml

Modified: trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n-events-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n-events-flow.xml?rev=7543&r1=7542&r2=7543&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n-events-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/c14n/subject-c14n-events-flow.xml	Fri May 29 23:32:34 2015
@@ -2,6 +2,13 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
       abstract="true">
+
+    <!-- ADVANCED USE ONLY -->
+    
+    <!--
+    You can ignore this file unless you are creating your own custom c14n subflows that want to
+    report custom events in response to unusual error or warning conditions.
+    -->
 
     <!-- Custom error events to reflect back from user-supplied c14n subflows. -->
     <!--

Modified: trunk/idp-conf/src/main/resources/conf/intercept/intercept-events-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/intercept/intercept-events-flow.xml?rev=7543&r1=7542&r2=7543&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/intercept/intercept-events-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/intercept/intercept-events-flow.xml	Fri May 29 23:32:34 2015
@@ -2,6 +2,13 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
       abstract="true">
+
+    <!-- ADVANCED USE ONLY -->
+    
+    <!--
+    You can ignore this file unless you are creating your own custom intercept subflows that want to
+    report custom events in response to unusual conditions.
+    -->
 
     <!-- Custom error events to reflect back from user-supplied intercept subflows. -->
     <!--



More information about the commits mailing list