yacy_search_server/source/net/yacy
luccioman a997133260 Fixed gzip decompression regression on index transfer APIs
Processing of gzip encoded incoming requests (on /yacy/transferRWI.html
and /yacy/transferURL.html) was no more working since upgrade to Jetty
9.4.12 (see commit 51f4be1).

To prevent any conflicting behavior with Jetty internals, use now the
GzipHandler provided by Jetty to decompress incoming gzip encoded
requests rather than the previously used custom GZIPRequestWrapper.

Fixes issue #249
2018-11-07 14:52:42 +01:00
..
contentcontrol Removed some unnecessary uses of java.lang.reflect api. 2017-08-24 18:47:18 +02:00
cora Fixed termination of Host browser and link structure Solr query threads 2018-11-06 10:10:09 +01:00
crawler Added new crawler attribute for finer control over Media Type detection 2018-10-25 10:42:12 +02:00
data Removed remaining unsafe accesses to SimpleDateFormat instances. 2018-07-02 10:00:40 +02:00
document Added new crawler attribute for finer control over Media Type detection 2018-10-25 10:42:12 +02:00
gui Fixed small unnecessary lines of code 2018-07-08 08:15:26 +02:00
http Fixed gzip decompression regression on index transfer APIs 2018-11-07 14:52:42 +01:00
kelondro Added server side columns sorting on the Process Scheduler table 2018-07-04 10:28:32 +02:00
peers Use a constant default target file name for seed SCP upload method 2018-09-16 10:37:47 +02:00
repository Decode blacklist entries for easier edition of non ascii chars 2018-10-04 09:33:58 +02:00
search Fixed termination of Host browser and link structure Solr query threads 2018-11-06 10:10:09 +01:00
server Fixed concurrency issue in custom classloader used for template classes 2018-10-11 18:34:39 +02:00
utils Added an utility to generate/update XLIFF master file from lng files. 2018-01-29 18:34:47 +01:00
visualization Enable full size images preview for users with extended search rights 2017-12-22 11:39:30 +01:00
migration.java Updated the list of audio file formats supported by the audioTagParser 2018-02-27 18:04:12 +01:00
yacy.java Improved support for Java logs file pattern options 2018-09-13 12:17:02 +02:00