forked from I2P_Developers/i2p.i2p
Eepsite: comment out gzip filtering in cgi context,
causes hung threads, root cause unknown
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user