• Vedran Pavic's avatar
    Add support for customizing Spring Session's cookie serializer · 32454b83
    Vedran Pavic authored
    This commit introduces a CookieSerializerCustomizer callback that
    allows the customization of the auto-configured
    DefaultCookieSerializer bean. This is particularly useful for
    configuring cookie serializer's capabilities, such as SameSite, that
    are not supported by the Servlet API and therefore not exposed via
    server.servlet.session.cookie.* properties.
    
    See gh-20961
    32454b83
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...