OpenSearch/modules
Christoph Büscher 1ea9f11b03
Change ScriptException status to 400 (bad request) (#30861)
Currently failures to compile a script usually lead to a ScriptException, which
inherits the 500 INTERNAL_SERVER_ERROR from ElasticsearchException if it does
not contain another root cause. Instead, this should be a 400 Bad Request error.
This PR changes this more generally for script compilation errors by changing 
ScriptException to return 400 (bad request) as status code.

Closes #12315
2018-05-30 14:00:07 +02:00
..
aggs-matrix-stats Deprecate filtering on `_type`. (#29468) 2018-04-13 09:07:51 +02:00
analysis-common Moved keyword tokenizer to analysis-common module (#30642) 2018-05-29 19:22:28 +02:00
ingest-common [Test] Fix RenameProcessorTests.testRenameExistingFieldNullValue() (#29655) 2018-04-26 17:26:37 +02:00
lang-expression Upgrade to Lucene-7.4-snapshot-1cbadda4d3 (#30928) 2018-05-29 12:29:52 -04:00
lang-mustache Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
lang-painless Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
mapper-extras Expose Lucene's FeatureField. (#30618) 2018-05-23 08:55:21 +02:00
parent-join Remove useless version checks in REST tests. (#30165) 2018-05-02 11:34:15 +02:00
percolator Remove version argument in RangeFieldType (#30411) 2018-05-16 17:42:44 +02:00
rank-eval Forbid expensive query parts in ranking evaluation (#30151) 2018-05-14 17:36:26 +02:00
reindex Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
repository-url Add missing dependencies on testClasses (#30527) 2018-05-14 16:06:56 +03:00
transport-netty4 Fix location of AbstractHttpServerTransport (#30888) 2018-05-29 13:14:23 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00