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 @@ -229,7 +229,7 @@ one of the following depending on whether use of parsed `PathPattern` is enabled
229
229
* {api-spring-framework}/web/util/pattern/PathPattern.html#SPECIFICITY_COMPARATOR[`PathPattern.SPECIFICITY_COMPARATOR`]
230
230
* {api-spring-framework}/util/AntPathMatcher.html#getPatternComparator-java.lang.String-[`AntPathMatcher.getPatternComparator(String path)`]
231
231
232
- Both help to sort patterns with more specific ones on top. A pattern is less specific if
232
+ Both help to sort patterns with more specific ones on top. A pattern is more specific if
233
233
it has a lower count of URI variables (counted as 1), single wildcards (counted as 1),
234
234
and double wildcards (counted as 2). Given an equal score, the longer pattern is chosen.
235
235
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