Hello Bjorn, this error is not due to the chunked encoding as curl send the form properly using a correct "content-length" header. However, I notice that the POST request is perfectly received using the 1.4.3 release of GAE. It looks like that the 1.5.0 release of GAE introduces some crucial updates.
I've entered an issue : http://restlet.tigris.org/issues/show_bug.cgi?id=1275 Best regards, Thierry Boileau Thank you for your response. I'm afraid I'm still a bit confused: the link > you gave shows making this call in the android client, but as I said in my > email I am testing with curl. Does this mean there is no server-side fix? I > don't see anything in curl to prevent chunking. (in my version anyway. I see > some discussion online suggesting they are working on a flag to force > chunking, but I don't see anything to turn chunking off) > > If there is a server-side fix, where would I put this call? It seems it > would have to go before the entity was retrieved, which is before the method > gets called, so where would you recommend? How do I get a ClientResource > object? > > thanks, > > bjorn > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2766028 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2767356

