Commit 0ef13d0
Annotate DefaultCookieSerializer.setCookiePath as @nullable
The cookiePath field and javadoc already allow null (fall back to the
request context path). setSameSite already has @nullable; setCookiePath
was missing it.
Closes gh-3883
Signed-off-by: zanarelli <zanarelli.dev@gmail.com>1 parent 0471b0d commit 0ef13d0
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- spring-session-core/src/main/java/org/springframework/session/web/http
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments