Browse Source

Fix typo in JavaDoc for UrlPathHelper.setUrlDecode()

Closes gh22768
pull/22773/head
ladislav-bozek 7 years ago committed by Sam Brannen
parent
commit
4d17eb4f0e
  1. 2
      spring-web/src/main/java/org/springframework/web/util/UrlPathHelper.java

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

@ -90,7 +90,7 @@ public class UrlPathHelper {
* <p>By default this is set to {@literal true}. * <p>By default this is set to {@literal true}.
* <p><strong>Note:</strong> Be aware the servlet path will not match when * <p><strong>Note:</strong> Be aware the servlet path will not match when
* compared to encoded paths. Therefore use of {@code urlDecode=false} is * 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}. * also setting {@code alwaysUseFullPath=true}.
* @see #getServletPath * @see #getServletPath
* @see #getContextPath * @see #getContextPath

Loading…
Cancel
Save