Merge pull request #1050 from fj/patch-1
Remove potential XSS vulnerability in Freemarker documentation
This commit is contained in:
@@ -331,7 +331,7 @@ Example code is shown below for the `personFormV`/`personFormF` views configured
|
||||
<@spring.bind "myModelObject.name"/>
|
||||
<input type="text"
|
||||
name="${spring.status.expression}"
|
||||
value="${spring.status.value?default("")}"/><br>
|
||||
value="${spring.status.value?html}"/><br>
|
||||
<#list spring.status.errorMessages as error> <b>${error}</b> <br> </#list>
|
||||
<br>
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user