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
Currently MockMvcWebConnection does not update the cookie manager with the cookies from MockHttpServletResponse. This means that newly added cookies are not saved to the cookie manager and thus are not presented in the next request.
The exception is the JSESSIONID cookie which has special logic to handle it and to ensure that the session is managed.