mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Update `IgnoredCloudFoundryPathsWebSecurityConfiguration` to use a `SecurityFilterChain` and `permit...` methods rather than `ignoring()` which is no longer recommended. Fixes gh-32622