raasoft / coding-challenge

HTTP API for managing the configuration values of a system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Error 400 in HTTP DELETE /configuration/{id}

raasoft opened this issue · comments

The HTTP DELETE command does not behave as expected when a malformed id is given, so that error 400 is never triggered.
Fix this and add a unit test.