ZF-7367: Zend_Application_Resource_Frontcontroller should take care of "returnresponse" option
Description
Zend_Application_Resource_Frontcontroller should take care of "returnresponse" option
case 'returnresponse':
$front->returnResponse((bool) $value);
break;
Additionaly, the Zend_Application_Bootstrap_Bootstrap::run() could return back the response if detected
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-02-03T11:36:11.000+0000
Resolved in trunk and 1.10 release branch.