You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #44759 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass (Vitali Tsyrkin)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | No
| Deprecations? | No
| License | MIT
There is a way to pass HTTP_XXX vars. If someone will pass HTTP_PHP_AUTH_USER var without HTTP_PHP_AUTH_PW notice will appear since there is no second isset check against $headers, there is isset only for $this->params
Commits
-------
a9c9912 [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
0 commit comments