Console: Enable compression (ticket #2157)

This commit is contained in:
zzz
2018-03-09 19:31:15 +00:00
parent a845d4f225
commit 44c38dffad
4 changed files with 23 additions and 7 deletions

View File

@ -368,15 +368,19 @@ public class RouterConsoleRunner implements RouterApp {
*<pre>
* Server
* HandlerCollection
* HostCheckHandler
* HostCheckHandler (extends GzipHandler)
* ContextHandlerCollection
* WebAppContext (i.e. ContextHandler)
* LocaleWebAppHandler (routerconsole)
* SessionHandler
* SecurityHandler
* ServletHandler
* servlets...
* WebAppContext
* ...
* WebAppContext (i2psnark)
* WebAppContext (i2ptunnel)
* WebAppContext (imagegen)
* WebAppContext (susidns)
* WebAppContext (susimail)
* WebAppContext (for each plugin with a .war)
* DefaultHandler
* RequestLogHandler (opt)
*</pre>