[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system: conf/webflow-config.xml flows/admin/sta...

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 2 20:19:39 EDT 2014


Author: scantor
Date: Thu Oct  2 20:19:39 2014
New Revision: 6619

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6619&view=rev
Log:
Move status flow files under admin to reduce clutter.

Added:
    trunk/idp-conf/src/main/resources/system/flows/admin/status-beans.xml
      - copied unchanged from r6618, trunk/idp-conf/src/main/resources/system/flows/status/status-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/admin/status-flow.xml
      - copied unchanged from r6618, trunk/idp-conf/src/main/resources/system/flows/status/status-flow.xml
Modified:
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
    trunk/idp-conf/src/main/resources/system/flows/status/

Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=6619&r1=6618&r2=6619&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml Thu Oct  2 20:19:39 2014
@@ -18,12 +18,10 @@
     <webflow:flow-registry id="flowRegistry" base-path="%{idp.home}/flows" flow-builder-services="flowBuilderServices">
         <webflow:flow-location-pattern value="/**/*-flow.xml" />
 
-        <!-- System-supplied flows, do not modify. -->
+        <!-- Status flow (location is for backward compatibility). -->
+        <webflow:flow-location id="status" path="../system/flows/admin/status-flow.xml" />
 
-        <!-- Status flow. -->
-        <webflow:flow-location id="status" path="../system/flows/status/status-flow.xml" />
-
-        <!-- Administrative and debugging flows. -->
+        <!-- New administrative and debugging flows. -->
         <webflow:flow-location id="admin/resolvertest" path="../system/flows/admin/resolvertest-flow.xml" />
         
         <!-- Proprietary logout flow. -->



More information about the commits mailing list