X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=6eb68dab9bd4201a68e6a81d54cbea9e9014bdd7;hb=0bba0bc774c186f975f2f39697006a65f78852e9;hp=b6cb19fc0f2e665271fcb83a70e07c0d3a4d6fb7;hpb=c01c68591d93d50dd14cdb385f79fbee42eaed8f;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b6cb19fc..6eb68dab 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,8 +6,64 @@ 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 + + + + 404 + /WEB-INF/404.jsp + + + /WEB-INF/error.jsp + +