ZF-3234: Zend_Controller_Action_Helper_Redirector should not accept HTTP status code 306
Description
According to RFC 2616,
{quote} The 306 status code was used in a previous version of the specification, is no longer used, and the code is reserved. {quote}
If Redirector is HTTP/1.1-compliant (and I think it should be... HTTP/1.1 has been a standard for almost nine years and is universally implemented), then it should observe this restriction.
Comments
Posted by Wil Sinclair (wil) on 2008-06-09T13:22:35.000+0000
Matthew, if you find this reasonable, can you indicate that and find someone to assign it to? Mr. Ratzloff comes to mind. . . :)
Posted by Marc Hodgins (mjh_ca) on 2010-06-19T08:18:44.000+0000
Resolved with r11338. Related to ZF-4149. Marking as resolved.