ZF-11444: $this->_helper->json erases Firebug/Firephp data
Description
When invoked in the ControllerController::actionAction() thru
$this->_helper->json($someData);
the helper Zend_Controller_Action_Helper_Json erases the header data, including the ones of Zend_Log_Writer_Firebug/Zend_Wildfire_Channel_HttpHeaders.
Comments
Posted by Christoph Dorn (cadorn) on 2011-06-05T18:22:16.000+0000
See: ZF-4134