reger
|
19c1a7a5ca
|
change SolrServlet from Filter to Servlet
(as no multicore required)
this allows to simplify context/servlet initialization in Jetty init.
|
11 years ago |
orbiter
|
c3dee2d6bd
|
added security patch
|
11 years ago |
orbiter
|
2018e55f8b
|
switched back on index deletion (was accidently off because new jetty
framework delivers never null to post arguments .. there may be more of
that kind of problems)
|
11 years ago |
orbiter
|
3961b643a3
|
write solr searches to search log
|
11 years ago |
Michael Peter Christen
|
667a6adddb
|
- use default files from yacy.init property "defaultFiles" if no
jetty-configuration is given for default files.
- fix a problem with default paths if no path is given (i.e.
http://localhost:8090 instead of http://localhost:8090/). Without this
patch the path was resolved automatically to http://localhost:8090//
|
11 years ago |
Michael Peter Christen
|
e17624b6dd
|
added html retrieval from alternative DATA/HTDOCS path
|
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 |