Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.2
-
Component/s: Zend_Controller
-
Labels:None
-
Language:French
Description
http://framework.zend.com/manual/fr/zend.controller.plugins.html
Section 8.10.1. Introduction
The description of the possible behavior when calling Zend_Controller_Request_Abstract::setDispatched(false)) in postDispatch is a poor copy/paste of the one for preDispatch().
Zend_Controller_Request_Abstract::setDispatched(false)), vous supprimez l'ordre de dispatching de celle-ci.
Should be
Zend_Controller_Request_Abstract::setDispatched(false)), vous permettez qu'une autre action soit dispatchée.
r11603 has the fix. Thanks for your report