Description of issues
This is a critical issue because valid data when sent to the server is throwing an exception. Your users might not be allowed to access certain functionality and might see a non-user friendly error message.
Test Summary
Send a 'happy' flow request with all fields and all headers
DELETE /review/{id}
Payload:
Response:
{
"path": "/review/5",
"error": "Internal Server Error",
"status": 500,
"timestamp": "2023-09-01T14:06:57.326+00:00"
}
Description of issues
This is a critical issue because valid data when sent to the server is throwing an exception. Your users might not be allowed to access certain functionality and might see a non-user friendly error message.
Test Summary
Send a 'happy' flow request with all fields and all headers
DELETE /review/{id}
Payload:
{ "id": 5 }Response:
{ "path": "/review/5", "error": "Internal Server Error", "status": 500, "timestamp": "2023-09-01T14:06:57.326+00:00" }