yacy_search_server/source/net/yacy/http
reger 30d925a96e reimplemented server access restriction
via Jetty IPAccessHandler to allow only configured IP's to access.
Handler is only loaded if a restriction is configured.

Since IPAcessHandler (Jetty 8) does not support IPv6 system property java.net.preferIPv4Stack=true
Testing showed system.setProperty seems to be sensitive to point of calling (earliest possible time seems to be best = early in yacy.main).
Moved the "isrunning..." just open browser check also to the new routine to preread the yacy.config only once.
2014-01-06 07:00:16 +01:00
..
servlets modified DefaultServlet parameter on invoke templates 2014-01-04 20:49:26 +01:00
AbstractRemoteHandler.java harmonize access restriction for urlproxy servlet 2014-01-03 12:28:40 +01:00
CrashProtectionHandler.java cleanup 2014-01-05 15:06:40 +01:00
Jetty8HttpServerImpl.java reimplemented server access restriction 2014-01-06 07:00:16 +01:00
Jetty8YaCySecurityHandler.java made the access tracker class static because it shall be used by the 2014-01-05 05:04:28 +01:00
ProxyCacheHandler.java cleanup 2014-01-05 15:06:40 +01:00
ProxyHandler.java handle http connect for proxy 2014-01-04 13:09:34 +01:00
YacyDomainHandler.java removed unused anomichttpd code after migration to jetty 2013-12-23 01:23:40 +01:00
YaCyHttpServer.java added SSL/HTTPS connector to support SSL/https connection on port 8443 2013-12-25 05:20:13 +01:00
YaCyLegacyCredential.java fixed shutdown authenticaton problem 2014-01-06 01:48:54 +01:00
YaCyLoginService.java set a realm message to log-in input window which explains that a 2014-01-05 17:43:34 +01:00