Fixes #30249
- Modified
MockCookieto populate attributes usingsetAttribute. - Modified
MockMvcHttpConnectorto setsameSiteusingCookie.getAttribute - Added tests
Comment From: sbrannen
Hi @justin-tay,
Could you please split this PR into two separate PRs to address these two topics?
- Update
MockCookieto make use of Servlet 6.0 APIs and semantics for "attributes". - Support
SameSiteattribute inMockMvcHttpConnector.
Comment From: sbrannen
Superseded by:
-
30263
-
30264