From fa961071170e40ec6d710bd30b329520e0621857 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 28 Apr 2008 16:09:04 +0000 Subject: [PATCH] Modified security config to allow a JSF POST request to be intercepted and continued after successful login. --- .../webapp/WEB-INF/config/security-config.xml | 20 ++++- .../WEB-INF/flows/main/reviewHotel.xhtml | 85 +++++++++---------- 2 files changed, 58 insertions(+), 47 deletions(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml index ee2b12a2..fe6f3f91 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml @@ -9,16 +9,32 @@ http://www.springframework.org/schema/security/spring-security-2.0.xsd"> - + + - + + + + + + + + + + + + + + + + -
- -
-
-
Name:
-
#{hotel.name}
-
-
-
Address:
-
#{hotel.address}
-
-
-
City:
-
#{hotel.city}
-
-
-
State:
-
#{hotel.state}
-
-
-
Zip:
-
#{hotel.zip}
-
-
-
Country:
-
#{hotel.country}
-
-
-
Nightly rate:
-
- - - -
-
-
-   - -
-
-
+ +
+
+
Name:
+
#{hotel.name}
+
+
+
Address:
+
#{hotel.address}
+
+
+
City:
+
#{hotel.city}
+
+
+
State:
+
#{hotel.state}
+
+
+
Zip:
+
#{hotel.zip}
+
+
+
Country:
+
#{hotel.country}
+
+
+
Nightly rate:
+
+ + + +
+
+
+   + +
+
+
- - - \ No newline at end of file