[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Server response missing Header for 400 Bad Request State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Mon Oct 25 17:19:16 PDT 1999 State-Changed-Why: I seen no problem with Apache's behaviour. A HTTP request must be either a method and a URI or it must be a method and a URI and a protocol version. The first case is for HTTP/0.9. The latter is for HTTP/1.0 and 1.1. Apache treats your request as a HTTP/0.9 request which happens to have a invalid URI. That is a perfectly valid way of treating it (and, arguably, the only valid way). Since HTTP/0.9 responses do not include response headers, Apache doesn't include them in that response.