Skip to content

Commit 5d8fbb8

Browse files
committed
minor symfony#12427 [SecurityBundle] Added AuthorizationChecker and TokenStorage to class cache (iltar)
This PR was merged into the 2.6-dev branch. Discussion ---------- [SecurityBundle] Added AuthorizationChecker and TokenStorage to class cache | Q | A | ------------- | --- | Bug fix? | yes | Tests pass? | yes | License | MIT I've added the new `AuthorizationChecker` and `TokenStorage` to the list of classes to compile. The `SecurityContext` was already in there, but the new ones were missing. They are added because if the `SecurityContext` is always loaded, those are always loaded as of `2.6`. Commits ------- d238397 [SecurityBundle] Added AuthorizationChecker and TokenStorage to class cache
2 parents f1c34f9 + d238397 commit 5d8fbb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ public function load(array $configs, ContainerBuilder $container)
103103
'Symfony\\Component\\Security\\Core\\SecurityContext',
104104
'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface',
105105
'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager',
106+
'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage',
106107
'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager',
108+
'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationChecker',
107109
'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface',
108110
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallMap',
109111
'Symfony\\Bundle\\SecurityBundle\\Security\\FirewallContext',

0 commit comments

Comments
 (0)