Hi Kevin, Thanks for reporting those issues with the new internal HTTP connectors. They are not completely coded yet (not chunked encoding or persistent connections for example).
If this is blocking, I suggest using the Jetty or Simple connectors for now. The Grizzly connector also has some pending issues. Best regards, Jerome > -----Message d'origine----- > De : Kevin Conaway [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 12 décembre 2007 19:11 > À : [email protected] > Objet : Multiple issues with PUT representations > > 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

