Deprecate MvcRequestMatcher

Closes gh-16631
This commit is contained in:
Josh Cummings
2025-03-24 22:03:22 -06:00
parent 6927566668
commit 05fdcd6a08
3 changed files with 117 additions and 196 deletions

View File

@@ -583,7 +583,7 @@ Generally speaking, you can use `requestMatchers(String)` as demonstrated above.
However, if you have authorization rules from multiple servlets, you need to specify those:
.Match by MvcRequestMatcher
.Match by PathPatternRequestMatcher
[tabs]
======
Java::