I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a2b2c19c authored by zzz's avatar zzz
Browse files

Eepsite: comment out gzip filtering in cgi context,

causes hung threads, root cause unknown
parent 3e09413e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment