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
minor #49997 [SecurityBundle] Set request stateless only if the attribute is not defined (tucksaun)
This PR was merged into the 6.3 branch.
Discussion
----------
[SecurityBundle] Set request stateless only if the attribute is not defined
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes-ish
| New feature? | no
| Deprecations? | no
| Tickets | #48044 (comment)
| License | MIT
| Doc PR | n/a
The current implementation makes sense for most cases but not for every case as one can have a stateless authentication but still requires sessions.
This PR allows setting the request as non-stateless while having a stateless firewall but keeping the new behavior by default.
Commits
-------
5f29c8d [SecurityBundle] Set request stateless if the attribute is not already defined
0 commit comments