Skip to content
Snippets Groups Projects
Commit c46b2411 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Remove mime mapping container config

There should not be any Servlet container around which does not support
JSON by default. The backend does not have an AppCache manifest so a
mapping is not needed here either.
parent 038e6128
1 merge request!56Remove obsolete config
Pipeline #8138 passed with stages
in 3 minutes and 48 seconds
...@@ -70,15 +70,6 @@ ...@@ -70,15 +70,6 @@
<url-pattern>/*</url-pattern> <url-pattern>/*</url-pattern>
</filter-mapping> </filter-mapping>
<mime-mapping>
<extension>manifest</extension>
<mime-type>text/cache-manifest</mime-type>
</mime-mapping>
<mime-mapping>
<extension>json</extension>
<mime-type>application/json</mime-type>
</mime-mapping>
<session-config> <session-config>
<tracking-mode>COOKIE</tracking-mode> <tracking-mode>COOKIE</tracking-mode>
</session-config> </session-config>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment