Skip to content

Commit 230ac90

Browse files
committed
Add the enum type to the Cookie's SameSite directive property metadata
See spring-projects#15047
1 parent 78952e9 commit 230ac90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
},
115115
{
116116
"name": "server.servlet.session.cookie.same-site",
117+
"type": "org.springframework.boot.web.servlet.server.Session$Cookie$SameSite",
117118
"description": "The \"SameSite\" directive for the cookie."
118119
},
119120
{

0 commit comments

Comments
 (0)