In 1.1M1, there are two issues that prevent users from sending an entity body in a PUT call.
First, when sending the PUT request, no Content-Length is set so the server ignores the entity body. Second, when a Content-Length is set, the InputEntityStream class incorrectly records the number of bytes read. I've created the following issue and attached a patch/testcase to it: http://restlet.tigris.org/issues/show_bug.cgi?id=397 Sincerely, Kevin Conaway

