Hi again, to clarify my last message. The ACL check does work for unknown actions. It just doesn't work correctly for any unknown controllers.
Currently I am thinking about using the controller loader to try to load the controller and only do the ACL check when the controller can be loaded. But with this approach the controller loader would be used twice. Once in my checkAcl() method and once again in the Zend\Mvc\DispatchListener::onDispatch() method. Regards, Ralf -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
