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