8000 feature #25562 allow autowire for http_utils class (do-see) · symfony/symfony@07766b3 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/sessions-46647179a751.js">

Commit 07766b3

Browse files
author
Robin Chalas
committed
feature #25562 allow autowire for http_utils class (do-see)
This PR was merged into the 4.1-dev branch. Discussion ---------- allow autowire for http_utils class | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | n.a. This PR enables autowire for `Symfony\Component\Security\Http\HttpUtils`. We use this for an custom authenticator. Commits ------- b1030d7 allow autowire for http_utils class
2 parents 12a269a + b1030d7 commit 07766b3

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
<argument type="service" id="router" on-invalid="null" />
183183
<argument type="service" id="router" on-invalid="null" />
184184
</service>
185+
<service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils" />
185186

186187

187188
<!-- Validator -->

0 commit comments

Comments
 (0)
0