André Warnier wrote:
Trying to redeem myself to Andrey for hijacking his post..

Andrey, in your (latest) client code you do not set either a content-length, nor a "chunked" encoding headers.
Is it possible that Tomcat 6 just ignores your POST content in that case ?
In RFC2616, I find this in section 4.3 :
 The presence of a message-body in a request is signaled by the
   inclusion of a Content-Length or Transfer-Encoding header field in
   the request's message-headers. A message-body MUST NOT be included in
   a request if the specification of the request method (section 5.1.1)
   does not allow sending an entity-body in requests. A server SHOULD
   read and forward a message-body on any request; if the request method
   does not include defined semantics for an entity-body, then the
   message-body SHOULD be ignored when handling the request.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to