diff --git a/source/net/yacy/http/Jetty8HttpServerImpl.java b/source/net/yacy/http/Jetty8HttpServerImpl.java index 16131e239..81b60a722 100644 --- a/source/net/yacy/http/Jetty8HttpServerImpl.java +++ b/source/net/yacy/http/Jetty8HttpServerImpl.java @@ -98,7 +98,8 @@ public class Jetty8HttpServerImpl implements YaCyHttpServer { // define list of YaCy specific general handlers HandlerList handlers = new HandlerList(); handlers.setHandlers(new Handler[] - {domainHandler, new ProxyCacheHandler(), new ProxyHandler() + //TODO: domainHandler causes a closed response.outputstream if resolved to local address + {/*domainHandler,*/ new ProxyCacheHandler(), new ProxyHandler() /*, resource_handler, new DefaultHandler() */}); // context handler for dispatcher and security (hint: dispatcher requires a context)