X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=af117549c30208bd0c9fd49085faaee117c8cf95;hp=b6cb19fc0f2e665271fcb83a70e07c0d3a4d6fb7;hb=b8b2fc094d0313626224371dcbdf18784d56d51f;hpb=c01c68591d93d50dd14cdb385f79fbee42eaed8f diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index b6cb19fc..af117549 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,8 +6,78 @@ branding + + + + contextConfigLocation + + classpath:/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 + /* + + + + + + + forceIncludeFilter + de.juplo.branding.web.ForceIncludeFilter + + + + forceIncludeFilter + *.html + + + + + + + Dispatcher Servlet - Branding + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + Dispatcher Servlet - Branding + / + + + + 404 + /404.html + + + /error.html + +