Closed
Description
As of spring-projects/spring-framework#23693, Spring Framework's ResponseCookie
throws an exception if the provided cookie domain is preceded by a dot, e.g. .example.com
.
CookieServerCsrfTokenRepository
should be updated accordingly.