From 24050810973cdb82c09ff37a0c82a65df3d03303 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 18 Sep 2008 13:46:17 +0000 Subject: [PATCH] swf-874 --- spring-webflow-reference/src/flow-security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/flow-security.xml b/spring-webflow-reference/src/flow-security.xml index 129cfd52..5a074163 100644 --- a/spring-webflow-reference/src/flow-security.xml +++ b/spring-webflow-reference/src/flow-security.xml @@ -6,7 +6,7 @@ Security is an important concept for any application. End users should not be able to access any portion of a site simply by guessing the URL. - Areas of a site that are sensitive must ensure that only authorized requested are processed. + Areas of a site that are sensitive must ensure that only authorized requests are processed. Spring Security is a proven security platform that can integrate with your application at multiple levels. This section will focus on securing flow execution.