mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-08 18:32:48 +00:00
Add a suggestion to retrieve a fresh csrf token right before the form submission in order to avoid problems with invalid csrf tokens due session timeouts. Fixes gh-3925