Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / web.xml
index 289983b..a204d6b 100644 (file)
   </filter-mapping>
 
 
   </filter-mapping>
 
 
-  <!-- Fix a logic-bug in the colaboration of Thymeleaf and Tiles -->
-
-  <filter>
-    <filter-name>forceIncludeFilter</filter-name>
-    <filter-class>de.juplo.branding.web.ForceIncludeFilter</filter-class>
-  </filter>
-
-  <filter-mapping>
-    <filter-name>forceIncludeFilter</filter-name>
-    <url-pattern>*.html</url-pattern>
-  </filter-mapping>
-
-
   <!-- Handles all requests into the application -->
 
   <servlet>
   <!-- Handles all requests into the application -->
 
   <servlet>