Polishing

This commit is contained in:
Juergen Hoeller
2019-03-26 17:18:44 +01:00
parent f68ad7957f
commit 1ac7019f46
8 changed files with 51 additions and 38 deletions

View File

@@ -1354,7 +1354,7 @@ The default mapping pattern `/{asterisk}{asterisk}` is excluded from scoring and
sorted last. Also prefix patterns such as `/public/{asterisk}{asterisk}` are considered less
specific than other pattern that don't have double wildcards.
For the full details see `AntPatternComparator` in `AntPathMatcher` and also keep mind that
For the full details see `AntPatternComparator` in `AntPathMatcher` and also keep in mind that
the `PathMatcher` implementation used can be customized. See <<mvc-config-path-matching>>
in the configuration section.