cakephp2-php8/lib/Cake/Test/Case/Controller/Component/Acl
mark_story fef3090717 Fix incorrectly inheriting permissions.
When child inherits from a deny parent the '*' permission should reflect
permissions on all nodes not just the leaf node. Previously once a node
with all permissions set to inherit was found, the check would pass.
Instead it should cascade to the parent nodes and look for explicit
allow/deny.

Refs #8450
2016-03-11 23:18:50 -05:00
..
DbAclTest.php Fix incorrectly inheriting permissions. 2016-03-11 23:18:50 -05:00
IniAclTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
PhpAclTest.php more missing doc block tags added 2014-04-02 03:02:37 +02:00