You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
philwebb
changed the title
Migrate StaticResourceRequest from AntPathRequestMatcher to PathPatternRequestMatcher
Migrate StaticResourceRequest and PathRequest from AntPathRequestMatcher to PathPatternRequestMatcher
Apr 10, 2025
philwebb
changed the title
Migrate StaticResourceRequest and PathRequest from AntPathRequestMatcher to PathPatternRequestMatcher
Migrate from AntPathRequestMatcher to PathPatternRequestMatcher
Apr 10, 2025
The following classes currently use the deprecated
AntPathRequestMatcher
and should be migrated toPathPatternRequestMatcher
:org.springframework.boot.devtools.autoconfigure.RemoteDevtoolsSecurityConfiguration
org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
org.springframework.boot.autoconfigure.security.servlet.PathRequest
org.springframework.boot.actuate.autoconfigure.security.servlet.AntPathRequestMatcherProvider
org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
smoketest.actuator.customsecurity.SecurityConfiguration
org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfigurationTests
The text was updated successfully, but these errors were encountered: