This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Security
Johannes M. Schmitt 507da2a1ab some performance tweaks
This adds lazy loading for firewall configurations. This is useful when you have multiple firewalls, only the firewalls which are actually needed to process the Request are initialized. So, your event dispatcher is not as costly to initialize anymore.

It also implements re-using of RequestMatchers if all matching rules are the same, and exposes the remaining rules which are already implemented by the request matcher (host, ip, methods) in the access-control section
2011-01-21 11:57:43 +01:00
..
EntryPoint normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Firewall some performance tweaks 2011-01-21 11:57:43 +01:00
Logout normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
AccessMap.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Firewall.php some performance tweaks 2011-01-21 11:57:43 +01:00
FirewallMap.php some performance tweaks 2011-01-21 11:57:43 +01:00
FirewallMapInterface.php some performance tweaks 2011-01-21 11:57:43 +01:00