mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-23 01:10:43 +00:00
HstsSpec methods maxAge and includeSubdomains use to return void which broke using it as a fluent API. The methods now return HstsSpec which fixes this issue. Fixes: gh-5483