Fixes #30249
- Modified
MockCookie
to populate attributes usingsetAttribute
. - Modified
MockMvcHttpConnector
to setsameSite
usingCookie.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
MockCookie
to make use of Servlet 6.0 APIs and semantics for "attributes". - Support
SameSite
attribute inMockMvcHttpConnector
.
Comment From: sbrannen
Superseded by:
-
30263
-
30264