Take care of HTML escaping of Velocity references.
This commit is contained in:
parent
0fe2667b30
commit
be7ad56dc1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,3 +4,5 @@ velocimacro.permissions.allow.inline.local.scope=true
|
||||||
velocimacro.context.localscope=false
|
velocimacro.context.localscope=false
|
||||||
velocimacro.library.autoreload=true
|
velocimacro.library.autoreload=true
|
||||||
output.encoding = UTF-8
|
output.encoding = UTF-8
|
||||||
|
eventhandler.referenceinsertion.class = org.apache.velocity.app.event.implement.EscapeHtmlReference
|
||||||
|
eventhandler.escape.html.match = /.*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue