ProblematicAclManagerBundle
ProblematicAclManagerBundle copied to clipboard
ACL Manager for Symfony2
The manager should not create a permission context for an anonymous user... if for some reason, we really DO want to set ACEs for an anonymous user, there should be...
Right now, the default map is pretty sensible: - Super Admin: iddqd - Admin: master - Anonymous: view - User: view + create However, it would be preferable to allow...
Right now, there are potentially a LOT of database calls being made by the ACL Manager. I implemented some rudimentary transactionalization in processPermissions(), but it could be a lot better....