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

Mark Thomas <[email protected]> changed:

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

--- Comment #1 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to