Symfony 2 security voters displaying a lot of messages in log -
i'm not quite familiar symfony2 security voters , i'm having lot of security.info: no expression found; abstaining voting. [] []
in log files in each request.
what means , can correct it?
thanks in advance.
this expressionvoter
of jmssecurityextrabundle
provides nice expressions granting access, better simple role decisions. configured no expression in config or programmatic log results.
if want know more security voters, or maybe implement self, can read symfony cookbook article.
Comments
Post a Comment