Hello, I want to be able to detect if Security has its Acl system enabled or not in CommentBundle, and load the security related services only if it is. At the moment, the check in the Extension is:
https://github.com/FriendsOfSymfony/CommentBundle/blob/master/DependencyInjection/FOSCommentExtension.php#L53 However - this always returns false, as does checking for security.acl.provider. Is there an appropriate way to do this or is it unsupported? The $container instance only contains FOSCommentBundle related definitions.. t -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
