ZF-7756: Request RawBody is not cached, making multiple retrievals impossible
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.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-09-02T06:30:52.000+0000
Fixed in trunk and 1.9 release branch