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
We have an issue with Spring Session with RequestContextListener described at here. This is issue opened as a request by @philwebb.
Basically ContextListener is setting request very early and it should be set after Spring Session Filter. RequestContextFilter has a nice advantage over listener. Filter is setting response as well and accessing Response by a static reference as Request is very useful. Please consider changing default behaviour to RequestContextFilter.