https://issues.apache.org/bugzilla/show_bug.cgi?id=49826
Summary: Malformed response message
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
I am seeing malformed response messages quite often when a client sends a
request that the server finds offensive. The following response was received
after sending a bad request "GET HTTP/1.1" to www.cnn.com.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
<hr>
<address>Apache Server at www.cnn.com Port 80</address>
</body></html>
Please note that the status line is entirely missing.
I have verified with Wireshark that these are the only bytes received from the
server in response to this request.
I have also seen these malformed responses for a variety of other client
misbehaviors.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]