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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Tomcat tightened up the HTTP 0.9 parsing. It looks like there is an issue with
requests of the form:

GET / LF

Prior to the parsing changes, this would have been accepted as a (malformed)
HTTP 0.9 request. It is now rejected as an invalid HTTP 1.1 request. The HTTP
0.9 spec allows either way of handling the request.

I'll take a look to see if the parsing can be relaxed to accept requests like
this without creating problems elsewhere.

I'm curious. What clients are you using that sent malformed HTTP 0.9 requests?

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