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 #47857 [HttpKernel] Fix empty request stack when terminating with exception (krzyc)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[HttpKernel] Fix empty request stack when terminating with exception
| Q | A
| ------------- | ---
| Branch? | 4.4, 5.4, 6.0, 6.1, 6.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #47577
| License | MIT
| Doc PR |
After symfony/symfony#47358 the RequestStack is empty when request terminates with exception, which prevents SecurityDataCollector to generate logout URL and generates fatal error.
Commits
-------
e4d6e7b4ba [HttpKernel] Fix empty request stack when terminating with exception
0 commit comments