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
Because of PR #33663, responses are now marked private when they weren't before. getToken() is called in Symfony\Component\Security\Http\Firewall\AccessListener if a firewall is defined. Calling this method increases the usage counter, then AbstractSessionListener detects that the session has been used (it's not the case in 4.3) and mark the response a private (but shouldn't).
How to reproduce
This breaks the API Platform test suite. To reproduce: