From 4d17eb4f0e96439cbf749b596a1d2bddcd0969d7 Mon Sep 17 00:00:00 2001 From: ladislav-bozek Date: Mon, 8 Apr 2019 17:37:59 +0200 Subject: [PATCH] Fix typo in JavaDoc for UrlPathHelper.setUrlDecode() Closes gh22768 --- .../main/java/org/springframework/web/util/UrlPathHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java b/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java index b371aca7953..0553678ff4b 100644 --- a/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java +++ b/spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java @@ -90,7 +90,7 @@ public class UrlPathHelper { *

By default this is set to {@literal true}. *

Note: Be aware the servlet path will not match when * compared to encoded paths. Therefore use of {@code urlDecode=false} is - * not compatible with a prefix-based Servlet mappping and likewise implies + * not compatible with a prefix-based Servlet mapping and likewise implies * also setting {@code alwaysUseFullPath=true}. * @see #getServletPath * @see #getContextPath