From a2b2c19cbf22f37a43d7b0db941ef3fe56a9e712 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 30 Apr 2016 13:20:36 +0000 Subject: [PATCH] Eepsite: comment out gzip filtering in cgi context, causes hung threads, root cause unknown --- installer/resources/eepsite/contexts/cgi-context.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/installer/resources/eepsite/contexts/cgi-context.xml b/installer/resources/eepsite/contexts/cgi-context.xml index 01df011234..599d90a782 100644 --- a/installer/resources/eepsite/contexts/cgi-context.xml +++ b/installer/resources/eepsite/contexts/cgi-context.xml @@ -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> -- GitLab