keycloak-aplcache

Details

diff --git a/distribution/subsystem-war/src/main/webapp/WEB-INF/web.xml b/distribution/subsystem-war/src/main/webapp/WEB-INF/web.xml
index 4257449..164f6be 100755
--- a/distribution/subsystem-war/src/main/webapp/WEB-INF/web.xml
+++ b/distribution/subsystem-war/src/main/webapp/WEB-INF/web.xml
@@ -35,11 +35,6 @@
         <url-pattern>/*</url-pattern>
     </filter-mapping>
 
-    <filter-mapping>
-        <filter-name>Keycloak Client Connection Filter</filter-name>
-        <url-pattern>/*</url-pattern>
-    </filter-mapping>
-
     <servlet-mapping>
         <servlet-name>Keycloak REST Interface</servlet-name>
         <url-pattern>/*</url-pattern>