Use MvcRequestMatcher by default if Spring MVC is present #11899
Labels
in: config
An issue in spring-security-config
type: breaks-passivity
A change that breaks passivity with the previous release
type: enhancement
A general enhancement
Milestone
In some places, like XML configuration (
AuthorizationFilterParser
,FilterChainBeanDefinitionParser
,MatcherType
), the defaultRequestMatcher
implementation isAntPathRequestMatcher
. We should switch the default toMvcRequestMatcher
if Spring MVC is on the classpath.See:
The text was updated successfully, but these errors were encountered: