Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07766b3

Browse filesBrowse 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
Copy full SHA for 07766b3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.