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

--- Comment #5 from Tobias Oberlies <tobias.oberl...@sap.com> ---
FYI: I have opened https://java.net/jira/browse/SERVLET_SPEC-169 to discuss
what the correct behaviour is from the servlet spec's POV.

@Bilguun: It is completely valid if a browser decides to send neither
Content-Length nor Transfer-Encoding in a request. This is a completely valid
approach, and the HTTP standard is completely clear what this means: "the
message body length is zero" [1]. Unfortunately, the servlet spec is not that
clear on this.

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

-- 
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