Dan Diephouse wrote:
[snip] 2. Fix the client side of it so it returns a SUCCESS on 404 and DELETE [snip]
-1. 404 is a client error as defined by RFC 2616. Defining it as a SUCCESS would be a bug and would break existing code. For 404, getType() should return CLIENT_ERROR and the client needs to check the status code.
- James
