diff --git a/esup-opi-web-jsf-servlet/src/main/webapp/WEB-INF/web.xml b/esup-opi-web-jsf-servlet/src/main/webapp/WEB-INF/web.xml index dd513368..4e7601ad 100644 --- a/esup-opi-web-jsf-servlet/src/main/webapp/WEB-INF/web.xml +++ b/esup-opi-web-jsf-servlet/src/main/webapp/WEB-INF/web.xml @@ -101,7 +101,22 @@ org.springframework.web.context.request.RequestContextListener - + + + encoding-filter + + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + UTF-8 + + + forceEncoding + true + + + Hibernate Filter Hibernate Filter