X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=289983bb9caee0594105371fa139655447536b7e;hb=7e49305c9248231d4dcaa1dbe31158b554a74ab6;hp=320365f9366e25e428889db496148a270b5b95b8;hpb=74cfe92a1ed22094c6c9a09d9a9f422fc01d8b0f;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 320365f9..289983bb 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -21,6 +21,7 @@ + characterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter @@ -40,10 +41,23 @@ + + + + forceIncludeFilter + de.juplo.branding.web.ForceIncludeFilter + + + + forceIncludeFilter + *.html + + + - Spring MVC Dispatcher Servlet + Dispatcher Servlet - Branding org.springframework.web.servlet.DispatcherServlet contextConfigLocation @@ -54,16 +68,8 @@ - Spring MVC Dispatcher Servlet - *.html + Dispatcher Servlet - Branding + / - - 404 - /WEB-INF/404.jsp - - - /WEB-INF/error.jsp - -