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
This commit is contained in:
Robin Chalas 2017-12-20 15:23:54 +01:00
commit 07766b3905
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@
<argument type="service" id="router" on-invalid="null" />
<argument type="service" id="router" on-invalid="null" />
</service>
<service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils" />
<!-- Validator -->