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
Given that it's beneficial to use MvcRequestMatcher.Builder#servletPath whenever the MVC servlet path is something other than /, we should consider validating that at startup time.
One possibility is to provide a new implementation of FilterChainValidator.
Given that it's beneficial to use
MvcRequestMatcher.Builder#servletPath
whenever the MVC servlet path is something other than/
, we should consider validating that at startup time.One possibility is to provide a new implementation of
FilterChainValidator
.Related to #13562
The text was updated successfully, but these errors were encountered: