Closed
Description
openedon Jul 27, 2016
When a key is present in json object multiple times it doesn't raise a parse error and only last value is used. This should instead raise json_parse_exception
.
Elasticsearch version: verified on 2.x, 5.0.0-alpha3
Steps to reproduce:
curl -X PUT localhost:9200/i -d '{"settings": {"number_of_replicas": 2}, "settings": {"number_of_shards": 1}}'
curl -X GET localhost:9200/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment