spring-security/web
Serdar Kuzucu 76e117a67a Allow maximum age of csrf cookie to be configured
Allows maxAge of the generated cookie by CookieCsrfTokenRepository
to be configurable.

Prior to this commit, maximum age was set with a value of -1.

After this commit, it will be configured by the user with an either
positive or negative value. If the user does not provide a value,
it will be set -1.

An IllegalArgumentException will be thrown when
this value is set to zero.

Closes gh-9195
2020-12-09 10:45:22 -06:00
..
src Allow maximum age of csrf cookie to be configured 2020-12-09 10:45:22 -06:00
spring-security-web.gradle Remove Groovy and Spock Dependencies 2020-02-10 10:38:40 -07:00