Michael Peter Christen
8b44fcf0f4
added missing @Override annotation
11 years ago
sixcooler
6d16fa993d
make transparent proxy handle https-connections:
...
the implemented handle for connect did not work for me - so lets try the
connectHandler
11 years ago
Michael Peter Christen
b08375da33
fix for bad/missing values of size_i
11 years ago
sixcooler
0b2101c59c
Speed up the ProxyHandler:
...
simplified cache-storing and make it concurrent in order to free the
clientconnection asap
let other prozesses wait on proxy-access like it was bevore
11 years ago
reger
4d896383db
fix: use timeout = proxy.ClientTimeout in ProxyHandler
...
(was 10sec fix) see http://bugs.yacy.net/view.php?id=236
11 years ago
Michael Peter Christen
022c6d3ce1
do YaCy p2p connections using a timeout-request which covers the http
...
request into a separate thread and ignores the furthure result of a
request if that does not answer within the requested time-out. This is a
try to solve a problem with the peer-ping, which hangs whenever a peer
appears to be dead or blocked.
11 years ago
sixcooler
add0e42804
fix double-escaped urls from proxy-usage
11 years ago
reger
f06cef5d5b
reimplement proxy access by configured whitlist pattern
...
was currently limited to own ip.
11 years ago
reger
4c38bceafc
handle http connect for proxy
...
refactor header cleanup (reuse existing code)
11 years ago
reger
0583f44306
reimplement proxy access log (to Jetty ProxyHandler)
...
- using existing HTTPDProxyHandler logger
- allow local loopback ip to access proxy
11 years ago
Michael Peter Christen
20b48f894f
refactoring: moving all servlets to the same package (the solr servlet
...
is currently actually a filter which should be changed somehow)
11 years ago
Michael Peter Christen
84167adb49
removed unused anomichttpd code after migration to jetty
11 years ago
reger
ac067b5236
clean-up Jetty handler classes
11 years ago
reger
1437c45383
merge rc1/master
11 years ago
reger
705f147820
- add localpeername.yacy to list of local address detection for AbstractRemoteHandler
...
- use proxy via header info as in legacy proxy handler
11 years ago
reger
bc6ebb3c06
adjust to DigestURI changes from master to DigestURL
11 years ago
reger
4b77733e59
implement a YaCyDefaultServlet to handle YaCy-servlets within Jetty server
...
- the implementation is inspired by Jetty's DefaultServlet
- handles static html content and YaCy servlets
- translates between standard servlet request/response and YaCy request/response specification
With the implementation of YaCy-servlets as servlet instead via a jetty handler it's closer to servlet standard and carries less jetty specific dependencies.
11 years ago
reger
f7f86d8a5d
update to Jetty 9 jars
...
- include javax.servlet 3.0
11 years ago
reger
105cf8f593
changes to adjust jetty to recent code changes
11 years ago
Michael Peter Christen
65f56b1fd4
Merge branch 'master' of ssh://gitorious.org/yacy/rc1 into jetty
...
Conflicts:
.classpath
build.xml
htroot/Status.java
source/de/anomic/http/server/HTTPDProxyHandler.java
source/net/yacy/yacy.java
13 years ago
Florian Richter
965aac5ebb
* proxy works almost
14 years ago
Florian Richter
13724ddd43
* caching in proxy
14 years ago
Florian Richter
b6d67507db
* implement proxy
14 years ago
Florian Richter
351d264a48
* yacy domain handler for jetty
...
* rewrite from / to /index.html
14 years ago