From 92a6c670d020884dd743f292b175b171307c1ac6 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Mon, 10 Nov 2008 15:55:22 +0000 Subject: [PATCH] SWF-944 Show the usage of element in some context Added an example showing how to secure a state --- spring-webflow-reference/src/flow-security.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml index 5a074163..f41bf14c 100644 --- a/spring-webflow-reference/src/flow-security.xml +++ b/spring-webflow-reference/src/flow-security.xml @@ -34,7 +34,15 @@ Three phases of flow execution can be secured: flows, states and transitions. In each case the syntax for the secured element is identical. - + The secured element is located inside the element it is securing. + For example, to secure a state the secured element occurs directly inside that state: + + + + ... +]]> + Security attributes