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
Within class org.springframework.security.web.context.request.async.SecurityContextCallableProcessingInterceptor field securityContext should volatile.
Actual Behavior
Above mentioned field is regular field.
Expected Behavior
Since beforeConcurrentHandling method and preProcess method called on different threads to make sure there is no visibility issue volatile modifier should used.
Configuration
Version
All version affected.
Sample
The text was updated successfully, but these errors were encountered:
Summary
Within class org.springframework.security.web.context.request.async.SecurityContextCallableProcessingInterceptor field securityContext should volatile.
Actual Behavior
Above mentioned field is regular field.
Expected Behavior
Since beforeConcurrentHandling method and preProcess method called on different threads to make sure there is no visibility issue volatile modifier should used.
Configuration
Version
All version affected.
Sample
The text was updated successfully, but these errors were encountered: