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

Christopher Schultz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Christopher Schultz <[email protected]> ---
It's not legal to send:

1. A request entity (body)
2. Neither Content-Length nor Transfer-Encoding:chunked

See RFC 7230 section 3.3.3 [1], specifically item #6 on this list

So Tomcat's behavior prior to this patch is spec-correct. I might argue that
this should NOT be fixed because the "fixed" behavior is contrary to the HTTP
spec.

[1] https://datatracker.ietf.org/doc/html/rfc7230#section-3.3.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to