\ No newline at end of file
diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/secure.xml b/sandbox/webflow/src/main/webapp/WEB-INF/secure.xml
new file mode 100644
index 0000000000..f9d626eab5
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/WEB-INF/secure.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml b/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml
new file mode 100644
index 0000000000..e7e709b276
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/WEB-INF/security-config.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/web.xml b/sandbox/webflow/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000000..af16e5b0bb
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+ Spring Security Tutorial Application
+
+
+
+ contextConfigLocation
+
+ /WEB-INF/security-config.xml
+
+
+
+
+ log4jConfigLocation
+ /WEB-INF/classes/log4j.properties
+
+
+
+ springSecurityFilterChain
+ org.springframework.web.filter.DelegatingFilterProxy
+
+
+
+ springSecurityFilterChain
+ /*
+
+
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+
+
+ org.springframework.security.ui.session.HttpSessionEventPublisher
+
+
+
+ org.springframework.web.util.Log4jConfigListener
+
+
+
+
+ webflow
+ org.springframework.web.servlet.DispatcherServlet
+ 1
+
+
+
+ webflow
+ /app/*
+
+
+
diff --git a/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml b/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml
new file mode 100644
index 0000000000..553b01f7db
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/WEB-INF/webflow-servlet.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+ /secure=flowController
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sandbox/webflow/src/main/webapp/index.html b/sandbox/webflow/src/main/webapp/index.html
new file mode 100644
index 0000000000..c15ad36daa
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/index.html
@@ -0,0 +1 @@
+Hi. I'm the index.
\ No newline at end of file
diff --git a/sandbox/webflow/src/main/webapp/secure/extreme/index.jsp b/sandbox/webflow/src/main/webapp/secure/extreme/index.jsp
new file mode 100644
index 0000000000..93f7a17cfc
--- /dev/null
+++ b/sandbox/webflow/src/main/webapp/secure/extreme/index.jsp
@@ -0,0 +1,15 @@
+<%@ taglib prefix="authz" uri="http://www.springframework.org/security/tags" %>
+
+
+
+
VERY Secure Page
+This is a protected page. You can only see me if you are a supervisor.
+
+
+ You have "ROLE_SUPERVISOR" (this text is surrounded by <authz:authorize> tags).
+
+
+