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.
1 parent 92f18a4 commit df79339Copy full SHA for df79339
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