mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-19 08:44:42 -04:00
added a note that the servlet is linked using web.xml
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user