OpenSearch/modules
Jason Tedor 9c3e4d6e22 Add correct Content-Length on HEAD requests
This commit fixes responses to HEAD requests so that the value of the
Content-Length is correct per the HTTP spec. Namely, the value of this
header should be equal to the Content-Length if the request were not a
HEAD request.

This commit also fixes a memory leak on HEAD requests to the main action
that arose from the bytes on a builder not being released due to them
being dropped on the floor to ensure that the response to the main
action did not have a body.

Relates #21123
2016-10-25 23:08:19 -04:00
..
aggs-matrix-stats Remove empty javadoc (#20871) 2016-10-12 10:27:09 +02:00
ingest-common make painless the default scripting language for ScriptProcessor (#20981) 2016-10-18 16:22:01 -07:00
lang-expression Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
lang-groovy Fix wrong logger usages 2016-09-21 14:45:28 +02:00
lang-mustache Mustache: Add {{#url}}{{/url}} function to URL encode strings (#20838) 2016-10-13 16:17:28 +02:00
lang-painless Remove more equivalents of the now method from the Painless whitelist. 2016-10-20 10:35:26 -07:00
percolator Replace org.elasticsearch.common.lucene.search.MatchNoDocsQuery with its Lucene version (org.apache.lucene.search.MatchNoDocsQuery) (#20832) 2016-10-10 17:45:19 +02:00
reindex Fix reindex-from-remote for parent/child from <2.0 2016-10-21 13:14:33 -04:00
transport-netty3 Add correct Content-Length on HEAD requests 2016-10-25 23:08:19 -04:00
transport-netty4 Add correct Content-Length on HEAD requests 2016-10-25 23:08:19 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00