We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92f18a4 + df79339 commit c735eecCopy full SHA for c735eec
spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractHandlerMapping.java
@@ -103,7 +103,7 @@ public HttpRequestPathHelper getPathHelper() {
103
104
/**
105
* Set the PathMatcher implementation to use for matching URL paths
106
- * against registered URL patterns. Default is AntPathMatcher.
+ * against registered URL patterns. Default is ParsingPathMatcher.
107
* @see org.springframework.web.util.ParsingPathMatcher
108
*/
109
public void setPathMatcher(PathMatcher pathMatcher) {
0 commit comments