mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
This commit maps the `server.servlet.session.cookie.same-site` configuration property to the `DefaultCookieSerializer` bean configured in the Spring Session auto-configuration. See gh-28784