Skip to content

Commit 4d17eb4

Browse files
ladislav-bozeksbrannen
authored andcommitted
Fix typo in JavaDoc for UrlPathHelper.setUrlDecode()
Closes gh22768
1 parent b115789 commit 4d17eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void setAlwaysUseFullPath(boolean alwaysUseFullPath) {
9090
* <p>By default this is set to {@literal true}.
9191
* <p><strong>Note:</strong> Be aware the servlet path will not match when
9292
* compared to encoded paths. Therefore use of {@code urlDecode=false} is
93-
* not compatible with a prefix-based Servlet mappping and likewise implies
93+
* not compatible with a prefix-based Servlet mapping and likewise implies
9494
* also setting {@code alwaysUseFullPath=true}.
9595
* @see #getServletPath
9696
* @see #getContextPath

0 commit comments

Comments
 (0)