Thanks Thierry. I believe it happens specifically when the content length is set to zero (from my reading of previous posts on the subject, and from my own specific case).
I have declared simply:
@Put
public void update();
The 'update' method is never called. I.e., the client gets the 'no content'
response immediately.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3084950

