RE: Re: How to tell Restlet not to use the chunked trunsfer encoding.

2011-12-09 Thread Mark Kharitonov
I have searched the Restlet 2.0.10 source code for the string setRe​questEntityBuffering​ and it does not exist. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2891705

RE: Re: How to tell Restlet not to use the chunked trunsfer encoding.

2011-12-09 Thread Mark Kharitonov
There is something I do not understand. Is it the client who has to call ClientResource.setRe​questEntityBuffering​(true) ? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2891697

Re: Serious bug in ClientResource

2011-12-09 Thread Arjohn Kampman
Fix verified, it works as expected now. Thanks. On 08/12/2011 10:12, Thierry Boileau wrote: Hello Arjohn, the snapshots are refreshed three times in a day, and the maven repository once a day. I've just checked, you can test it. Best regards, Thierry Boileau -- Arjohn Kampman -

Re: Re: How to tell Restlet not to use the chunked trunsfer encoding.

2011-12-09 Thread Thierry Boileau
Hello Mark, I forgot to say the API has been updated only for the 2.1 trunk, not the 2.0 branch. There is still a workaround (see http://restlet.tigris.org/issues/show_bug.cgi?id=1219). You can have a look at the end of this mail. There is something I do not understand. Is it the client who has

RE: Re: Re: How to tell Restlet not to use the chunked trunsfer encoding.

2011-12-09 Thread Mark Kharitonov
But my client side does not use Restlet. What should the HTTP request contain to tell the server not to use the chunked encoding? Thanks. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2891906

Re: Re: Re: How to tell Restlet not to use the chunked trunsfer encoding.

2011-12-09 Thread Thierry Boileau
Hello Mark, in this case, I'm not sure to understand your question. Your client sends requests to the server which may contain entities, which may be chunked, or not. In case the entity is chunked, any server (not only restlet-based), by default, will do its best to consider the entity and

Re: Multiple versions of API in production

2011-12-09 Thread Paul Morris
Thanks for your comments Thierry. From: Thierry Boileau thierry.boil...@noelios.commailto:thierry.boil...@noelios.com Reply-To: discuss discuss@restlet.tigris.orgmailto:discuss@restlet.tigris.org Date: Wed, 7 Dec 2011 05:58:52 -0600 To: