Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.4
-
Fix Version/s: 1.11.0
-
Component/s: Zend_Controller
-
Labels:None
Description
Zend_Controller_Request_Http::getHeader() is case sensitive for some HTTP headers although HTTP headers are case insensitive according to RFC 2616. Case sensitive headers include all those that are not in the $_SERVER superglobal variable such as "Content-Type" and "Content-Length".
A patch to make Zend_Controller_Request_Http::getHeader() case insensitive.