diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml
index 76453967..bbf1d54c 100644
--- a/spring-webflow-reference/src/flow-security.xml
+++ b/spring-webflow-reference/src/flow-security.xml
@@ -170,5 +170,4 @@
-
-s
\ No newline at end of file
+
\ No newline at end of file
diff --git a/spring-webflow-reference/src/system-setup.xml b/spring-webflow-reference/src/system-setup.xml
index c7ac7d9c..6cd35eba 100644
--- a/spring-webflow-reference/src/system-setup.xml
+++ b/spring-webflow-reference/src/system-setup.xml
@@ -23,7 +23,7 @@
http://www.springframework.org/schema/webflow-config
http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd">
- <!-- Setup Web Flow here -->
+ <!-- Setup Web Flow here -->
</beans>
@@ -170,7 +170,16 @@
</flow-definition-attributes>
</webflow:flow-location>
-
+
+
+ Registering flows using a location pattern
+
+ Use the flow-location-patterns element to register flows that match a specific resource location pattern:
+
+
+<webflow:flow-location-pattern value="/WEB-INF/flows/**/*-flow.xml" />
+
+
flow-executor options