Put and PatchData requests use jsonParser.parse(reader) without handling unchecked Exceptions. This causes Restconf to return a 500 Server error if the request body contains incorrect data. The Post request uses a different class, JsonChildBody that handles an unchecked Exception.
To reproduce, send a PUT request to a model that is included in the SchemaContext but does not model provided data.
Put and PatchData requests use jsonParser.parse(reader) without handling unchecked Exceptions. This causes Restconf to return a 500 Server error if the request body contains incorrect data. The Post request uses a different class, JsonChildBody that handles an unchecked Exception.
To reproduce, send a PUT request to a model that is included in the SchemaContext but does not model provided data.