X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=3be0c17c3c0a102cd96a3145a4263cadb630c5e1;hp=b6cb19fc0f2e665271fcb83a70e07c0d3a4d6fb7;hb=d53a4e6b1196f66f6f1768c013a4d9759be70dd2;hpb=26d593e5a8f78e6010abdcbcf93413f33a8898ec diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b6cb19fc..3be0c17c 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,8 +6,56 @@ branding + + + + contextConfigLocation + + /WEB-INF/spring/mvc.xml + + + - org.apache.tiles.web.startup.simple.SimpleTilesListener + org.springframework.web.context.ContextLoaderListener + + + + characterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + characterEncodingFilter + /* + + + + + + + Spring MVC Dispatcher Servlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + Spring MVC Dispatcher Servlet + *.html + +