Closed
Description
Rob Winch opened SPR-14265 and commented
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.
Affects: 4.3 RC2
Issue Links:
- MockMvcWebConnection should share CookieManager with HtmlUnit driver [SPR-14066] #18638 MockMvcWebConnection should share CookieManager with HtmlUnit driver
Referenced from: pull request #1055, and commits e2fa282, 54f84cb