OpenSearch/core
javanna 0ac7dd6137 Make query parsing stricter by requiring each parser to stop at END_OBJECT token
Instead of being lenient in QueryParseContext#parseInnerQueryBuilder we check that the token where the parser stopped reading was END_OBJECT, and throw error otherwise. This is a best effort to verify that the parsers read a whole object rather than stepping out in the middle of it due to malformed queries.
2016-08-05 10:58:19 +02:00
..
src Make query parsing stricter by requiring each parser to stop at END_OBJECT token 2016-08-05 10:58:19 +02:00
build.gradle Move netty transport and http into a module 2016-07-11 22:21:29 +02:00