Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / web.xml
index b3fcbbf..a204d6b 100644 (file)
@@ -21,6 +21,7 @@
 
 
   <!-- UTF-8 -->
+
   <filter>
     <filter-name>characterEncodingFilter</filter-name>
     <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
 
   <servlet-mapping>
     <servlet-name>Dispatcher Servlet - Branding</servlet-name>
-    <url-pattern>*.html</url-pattern>
+    <url-pattern>/</url-pattern>
   </servlet-mapping>
 
-  <error-page>
-    <error-code>404</error-code>
-    <location>/WEB-INF/404.jsp</location>
-  </error-page>
-  <error-page>
-    <location>/WEB-INF/error.jsp</location>
-  </error-page>
-
 </web-app>