https://bz.apache.org/bugzilla/show_bug.cgi?id=69031

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEEDINFO                    |RESOLVED

--- Comment #11 from Mark Thomas <ma...@apache.org> ---
You have a broken client.

Looking at the full pcap file provided off-line, the request before the request
that fails declares a content length of 68350 bytes but only sends 68348 bytes.

Since HTTP pipe-lining is being used (multiple requests over a single
connection) the first two bytes of what the client considers to be the next
request are used to complete the request body of the previous request.

That leaves a request line that starts "LETE..." rather than "DELETE..." which
Tomcat correctly rejects.

You need to speak to the provider of your client to figure out why the content
length declared is not the content-length sent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to