ID: 39989
Comment by: l dot bigonville at edpnet dot be
Reported By: Laurent Bigonville <l dot bigonville at edpnet dot
Status: Open
Bug Type: HTTP related
Operating System: Debian Sarge
PHP Version: 5.2.0
New Comment:
This is odd the problem occurs with the dotdeb packages on sarge but
not with debian's official packages on etch..
Previous Comments:
------------------------------------------------------------------------
[2006-12-30 00:24:39] Laurent Bigonville <l dot bigonville at edpnet
dot
Description:
------------
the header location doesn't conform to RFC.
The response header must finish with at least a space character.
Reproduce code:
---------------
header("Location: http://url/);
Expected result:
----------------
According to RFC2616 ยง6.1 the response message must consist in
"HTTP-Version SP Status-Code SP Reason-Phrase CRLF".
(ie HTTP/1.1 302 Found).
Actual result:
--------------
Currently, php send "HTTP/1.1 302" with even no space at the end of the
response
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=39989&edit=1