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
The recently introduced support for SameSite cookie directive (see #1005 and 00465a6) required a lot of workarounds in our tests due to the fact we had to write cookie directly as Set-Cookie response header.
At the time, Spring Test framework didn't provide support for this use case, however things have been improved in SPR-17110. We should leverage this and simplify our tests.
The text was updated successfully, but these errors were encountered:
The recently introduced support for SameSite cookie directive (see #1005 and 00465a6) required a lot of workarounds in our tests due to the fact we had to write cookie directly as
Set-Cookie
response header.At the time, Spring Test framework didn't provide support for this use case, however things have been improved in SPR-17110. We should leverage this and simplify our tests.
The text was updated successfully, but these errors were encountered: