-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for partitioned cookies #42307
Labels
status: superseded
An issue that has been superseded by another
Comments
We don't currently have support for |
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 15, 2024
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 15, 2024
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 15, 2024
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 16, 2024
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 16, 2024
nosan
added a commit
to nosan/spring-boot
that referenced
this issue
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the fix of spring-projects/spring-session#2787 the
DefaultCookieSerializer
of spring session now supports the partitioned attribute. However that attribute cannot be set via configuration, only by providing a customCookieSerializer
Bean.This application.yml does not work as one would intuitively expect:
... it seems it's only possible to set the new value by providing a custom
@Bean
:The likely cause is missing implementation in org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration.createDefaultCookieSerializer()
Regarding affected versions:
The text was updated successfully, but these errors were encountered: