#736: Given arguments object is not cloned for Container execution if Action is
"simple"
------------------------+---------------------------------------------------
Reporter: david | Owner: bob
Type: defect | Status: new
Priority: normal | Milestone: 0.11.1
Component: controller | Version: 0.11.0
Severity: minor | Keywords:
Has_patch: 0 |
------------------------+---------------------------------------------------
{{{
if($this->actionInstance->isSimple()) {
if($this->arguments !== null) {
$this->requestData = $this->arguments;
}}}
As the arguments object might be mutated, the Container execution would
then have side-effects on the calling code. Not good.
--
Ticket URL: <http://trac.agavi.org/ticket/736>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets