Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.3
-
Component/s: Zend_Controller
-
Labels:None
-
Tags:
Description
Zend_Controller_Request_Http::getRawBody() pulls content from php://input. However, it does not cache this input, which means that if you attempt to retrieve the content multiple times, all attempts after the first will return a boolean false.
Fixed in trunk and 1.9 release branch