Eepsite: comment out gzip filtering in cgi context,

causes hung threads, root cause unknown
This commit is contained in:
zzz
2016-04-30 13:20:36 +00:00
parent 3e09413e0a
commit a2b2c19cbf

View File

@ -33,11 +33,13 @@ Configure a custom context for the eepsite.
<Arg>org.eclipse.jetty.servlets.CGI</Arg>
<Arg>/</Arg>
</Call>
<!-- See base-context.xml for info.
Unlike for DefaultServlet, there's not even a theoretical
inefficiency for using this.
-->
<!-- FIXME broken, threads get hung -->
<!--
<Call name="addFilter">
<!-- See base-context.xml for info.
Unlike for DefaultServlet, there's not even a theoretical
inefficiency for using this.
-->
<Arg>
<New class="org.eclipse.jetty.servlet.FilterHolder" >
<Arg>
@ -64,4 +66,5 @@ Configure a custom context for the eepsite.
</Call>
</Arg>
</Call>
-->
</Configure>