Issue Type: Bug Created: 2009-09-02T06:12:14.000+0000 Last Updated: 2009-09-02T06:30:53.000+0000 Status: Resolved Fix version(s): - 1.9.3 (22/Sep/09)
Reporter: Matthew Weier O'Phinney (matthew) Assignee: Matthew Weier O'Phinney (matthew) Tags: - Zend_Controller
Related issues: Attachments:
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.
Posted by Matthew Weier O'Phinney (matthew) on 2009-09-02T06:30:52.000+0000
Fixed in trunk and 1.9 release branch