stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
12 stars 16 forks source link

Fixes #1200: add handling for invalid JSON requests #1212

Closed tatu-at-datastax closed 6 days ago

tatu-at-datastax commented 6 days ago

What this PR does:

Adds exception mapper for JsonParseException to handle low-level JSON parse failures.

Which issue(s) this PR fixes: Fixes #1200

Checklist