Hello Joe,

I've found what happens. The servlet container modifies the headers when the 
incoming entity is chunked. It removes the "Transfer-Encoding: chunked" header, 
which leads to a wrong interpretation of the incoming entity (see 
ServerCall#getRequestEntity method). I wonder if we can update this method in 
order to include someother header values such as "Content-type" for example 
(this header is sent via a POST, or PUT request).

Jerome, what do you think about that?

Best regards,
Thierry Boileau

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2696864

Reply via email to