Fix typo in JavaDoc for UrlPathHelper.setUrlDecode()
Closes gh22768
This commit is contained in:
committed by
Sam Brannen
parent
b115789fd3
commit
4d17eb4f0e
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user