Hi,
Couldn't you just do "throw new ResponseContextException(404);" ?

Dan

Remy Gendron wrote:
Hi all,

GET and PUT properly handle an invalid resource request and return a 404.

However, the way the delete is handled in AbstractEntityCollectionAdapter
does not allow the implementation to indicate that a 404 should be returned.

Currently, all I can do is throw an exception and have Abdera return an
error or (this is what I do), still return a 204 if the entry does not
exist.

Maybe void AbstractEntityCollectionAdapter.deleteEntry(String,
RequestContext) should be refactored to either return a Boolean or an
EmpyResponseContext.

Should I enter a JIRA?

Thanks again for the great work!

Rémy




--
Dan Diephouse
MuleSource
http://mulesource.com | http://netzooid.com

Reply via email to