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
When RequestContextFilter or RequestContextListener call RequestContextHolder.setRequestAttributes(), they don't specify the inheritable flag, and so that defaults to false.
I'd like to be able to configure the filter or listener to specify the value of this flag.