From 578ae29f1eea303475f149f94ec893f9e37f0afe Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 15 Dec 2014 05:56:12 +0100 Subject: [PATCH] added a note that the servlet is linked using web.xml --- source/net/yacy/http/servlets/UrlProxyServlet.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/net/yacy/http/servlets/UrlProxyServlet.java b/source/net/yacy/http/servlets/UrlProxyServlet.java index 256c06d71..a012ba527 100644 --- a/source/net/yacy/http/servlets/UrlProxyServlet.java +++ b/source/net/yacy/http/servlets/UrlProxyServlet.java @@ -71,6 +71,8 @@ import org.jsoup.select.Elements; * Hint: a browser favorite of * javascript: window.location.href = ('http://localhost:9090/proxy.html?url=' + location.href); * will start the urlproxy with the current browser address. + * + * This class is linked to YaCy within jetty using the defaults/web.xml configuration */ public class UrlProxyServlet extends ProxyServlet implements Servlet { private static final long serialVersionUID = 4900000000000001121L;