If I go look at the front of my site, and I am not logged in, and I'm using the dev controller, then when I hit "logs", the debug bar lists all of the events which have happened, including 3 filters:
sfRenderingFilter sfCommonFilter sfValidationExecutionFilter But if I then attempt to go to a page that I need to be logged in to see, the logs in the debug bar show 5 filters: sfRenderingFilter sfGuardBasicSecurityFilter sfRenderingFilter sfCommonFilter sfValidationExecutionFilter I am curious why sfRenderingFilter gets called twice? If I then login and look at the same page, these 4 filters appear: sfRenderingFilter sfGuardBasicSecurityFilter sfCommonFilter sfValidationExecutionFilter What does it take for a filter to appear in the debug bar? All of the filters get called every time a page loads, yes? Isn't there something inaccurate in only listing 3 filters when viewing the front page? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---