BUG 1839 - HTTP delete of non existing data 32/11232/5
authorJozef Gloncak <jgloncak@cisco.com>
Tue, 16 Sep 2014 12:49:24 +0000 (14:49 +0200)
committerJozef Gloncak <jgloncak@cisco.com>
Fri, 17 Oct 2014 09:07:05 +0000 (11:07 +0200)
Before - after deleting non existing data an exception was raised.
Now - after deleting non existing data it is checked whether there is in
exception chain instance of ModifiedNodeDoesNotExistException. If it is so then
HTTP 404 - data missing status is returned.

Change-Id: I43ccaa16abe7dfaffa3e031aa31d93f8f106a81f
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>

No differences found