diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 92fe20425..609f8caa3 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -60,20 +60,8 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
datatablesController
/datatablesController/*
-
-
-
- datatablesFilter
- com.github.dandelion.datatables.extras.servlet2.filter.DatatablesFilter
-
-
-
-
- datatablesFilter
- /*
-
-
@@ -85,5 +73,36 @@ see here: http://static.springsource.org/spring/docs/current/spring-framework-re
httpMethodFilter
petclinic
+
+
+
+ encodingFilter
+ org.springframework.web.filter.CharacterEncodingFilter
+
+ encoding
+ UTF-8
+
+
+ forceEncoding
+ true
+
+
+
+
+ encodingFilter
+ /*
+
+
+
+
+ datatablesFilter
+ com.github.dandelion.datatables.extras.servlet2.filter.DatatablesFilter
+
+
+
+
+ datatablesFilter
+ /*
+
\ No newline at end of file