Issue
Symptoms
Cannot edit multi-row variable in the requested item form when there is single quote in the value
Cannot edit multi-row variable in the catalog task form when there is single quote in the value
Cannot edit multi-row variable in the variable editor when there is single quote in the value
Cause
glide.ui.escape_all_script is set to false
Resolution
Setting the property 'glide.ui.escape_all_script' to true should address the error
This property forces all scripts injected in Jelly to be escaped by default and part of instance hardening.
The value of this property is set to 'true' by default