yacy_search_server/source/net/yacy
reger b12200cafe alternative UrlProxyServlet (for /proxy.html) using different url rewrite rules
- use JSoup parser for selective rewrite of html body <a href=  links only,
instead of regex which rewrites also header href/src links
- this improves display of pages which use header <base> tag
- tags with src attribute are taken from original location (like css) improving display and are not routed trough the indexer
Disadvantage: scripting links will drop out of proxy

Setting of the servlet through web.xml exclusivly (in case one would like to quickly switch back to the YaCyProxyServlet,
leaving the existing code of YaCyProxyServlet untouched available)
2014-03-30 04:04:02 +02:00
..
contentcontrol do YaCy p2p connections using a timeout-request which covers the http 2014-01-19 15:21:23 +01:00
cora added missing @Override annotation 2014-03-28 13:48:37 +01:00
crawler added missing @Override annotation 2014-03-28 13:48:37 +01:00
data added missing @Override annotation 2014-03-28 13:48:37 +01:00
document added missing @Override annotation 2014-03-28 13:48:37 +01:00
gui added missing @Override annotation 2014-03-28 13:48:37 +01:00
http alternative UrlProxyServlet (for /proxy.html) using different url rewrite rules 2014-03-30 04:04:02 +02:00
kelondro prevent opening of new files as that could be a cause for the latest 2014-03-28 14:31:43 +01:00
peers fix: port in local target adress 2014-03-29 00:34:01 +01:00
repository Team added support for URLs with unicode characters in host part to 2014-03-25 22:14:54 +01:00
search added missing @Override annotation 2014-03-28 13:48:37 +01:00
server alternative UrlProxyServlet (for /proxy.html) using different url rewrite rules 2014-03-30 04:04:02 +02:00
upnp added missing @Override annotation 2014-03-28 13:48:37 +01:00
utils added missing @Override annotation 2014-03-28 13:48:37 +01:00
visualization added missing @Override annotation 2014-03-28 13:48:37 +01:00
dbtest.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
migration.java - removed old metadata database and all migration code 2014-01-20 18:31:46 +01:00
yacy.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
YaCySearchClient.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00