From 779c3207b95e36809b515cec907b349527b0bb11 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Fri, 27 Jun 2008 19:13:57 +0000 Subject: [PATCH] SWF-754 - Added CharacterEncodingFilter to force UTF-8 encoding. --- .../src/main/webapp/WEB-INF/web.xml | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/web.xml index 7b6bcd6d..5dd05220 100755 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/web.xml @@ -29,7 +29,26 @@ facelets.REFRESH_PERIOD 1 - + + + + charEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + charEncodingFilter + /* + + springSecurityFilterChain