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 915e93c commit 110db37Copy full SHA for 110db37
spring-webmvc/src/main/java/org/springframework/web/servlet/tags/UrlTag.java
@@ -57,7 +57,7 @@
57
* over direct EL substitution as the values are URL encoded. Failure to properly
58
* encode URL can leave an application vulnerable to XSS and other injection attacks.
59
*
60
- * <p>URLs can be HTML/XML escaped by setting the {@link #setHtmlEscape(String)
+ * <p>URLs can be HTML/XML escaped by setting the {@link #setHtmlEscape(boolean)
61
* 'htmlEscape'} attribute to 'true'. Detects an HTML escaping setting, either on
62
* this tag instance, the page level, or the {@code web.xml} level. The default
63
* is 'false'. When setting the URL value into a variable, escaping is not recommended.
0 commit comments