mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
This commit fixes the auto-configuration of Spring Session to use "server.servlet.session.timeout" as a fallback for Servlet-based web applications only. Closes gh-23752