mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Remove the `always()` call from the same site mapping and replace `as` with a direct call. This update means that mapping only occurs when `getSameSite` is not `null`, but mapping can still be applied if `sameSite.getAttributeValue()` returns `null`. Closes gh-48830