X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=763fc1bd228deffa50101e97067ee9b43d4fdeff;hb=84d73b8a7b7dbbf33ec42f942d951b7eb1558be9;hp=6a618b8cedd56ab65477d693d0e1b9daf0c15034;hpb=58b35732c61d7d93b17723990f3c1f580bb92231;p=website diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6a618b8c..763fc1bd 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -4,14 +4,14 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> - branding + website contextConfigLocation - /WEB-INF/spring/mvc.xml + classpath:/spring/mvc.xml @@ -21,6 +21,7 @@ + characterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter @@ -43,7 +44,7 @@ - Spring MVC Dispatcher Servlet + Dispatcher Servlet - Website org.springframework.web.servlet.DispatcherServlet contextConfigLocation @@ -54,13 +55,8 @@ - Spring MVC Dispatcher Servlet - *.html + Dispatcher Servlet - Website + / - - 404 - /WEB-INF/404.jsp - -