File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
framework-docs/modules/ROOT/pages/web/webmvc/mvc-controller Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ one of the following depending on whether use of parsed `PathPattern` is enabled
220
220
* {api-spring-framework}/web/util/pattern/PathPattern.html#SPECIFICITY_COMPARATOR[`PathPattern.SPECIFICITY_COMPARATOR`]
221
221
* {api-spring-framework}/util/AntPathMatcher.html#getPatternComparator-java.lang.String-[`AntPathMatcher.getPatternComparator(String path)`]
222
222
223
- Both help to sort patterns with more specific ones on top. A pattern is less specific if
223
+ Both help to sort patterns with more specific ones on top. A pattern is more specific if
224
224
it has a lower count of URI variables (counted as 1), single wildcards (counted as 1),
225
225
and double wildcards (counted as 2). Given an equal score, the longer pattern is chosen.
226
226
Given the same score and length, the pattern with more URI variables than wildcards is
You can’t perform that action at this time.
0 commit comments