X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=3be0c17c3c0a102cd96a3145a4263cadb630c5e1;hp=8b1ab26c12bd029e5489bbc0a11360f732f83fb9;hb=d53a4e6b1196f66f6f1768c013a4d9759be70dd2;hpb=c9ad3b4040b832b3b0f37e62a011939332d379a7 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 8b1ab26c..3be0c17c 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,4 +6,56 @@ branding + + + + contextConfigLocation + + /WEB-INF/spring/mvc.xml + + + + + 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 + +