Skip to content

Commit 110db37

Browse files
beamerblvdphilwebb
authored andcommitted
Fix malformed UrlTag Javadoc
1 parent 915e93c commit 110db37

File tree

1 file changed

+1
-1
lines changed
  • spring-webmvc/src/main/java/org/springframework/web/servlet/tags

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/tags/UrlTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* over direct EL substitution as the values are URL encoded. Failure to properly
5858
* encode URL can leave an application vulnerable to XSS and other injection attacks.
5959
*
60-
* <p>URLs can be HTML/XML escaped by setting the {@link #setHtmlEscape(String)
60+
* <p>URLs can be HTML/XML escaped by setting the {@link #setHtmlEscape(boolean)
6161
* 'htmlEscape'} attribute to 'true'. Detects an HTML escaping setting, either on
6262
* this tag instance, the page level, or the {@code web.xml} level. The default
6363
* is 'false'. When setting the URL value into a variable, escaping is not recommended.

0 commit comments

Comments
 (0)