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
A CookieLocaleResolver refactoring in 6.0 (#28779) introduced a concurrency issue against the shared cookie field. This can easily be fixed through a local copy of the cookie in setLocaleContext.
A
CookieLocaleResolverrefactoring in 6.0 (#28779) introduced a concurrency issue against the shared cookie field. This can easily be fixed through a local copy of the cookie insetLocaleContext.