Hi there,
This is my first post here, so tell me if I am posting at the wrong place.
We have updated or hippo environment to the latest version of Hippo 11.xxx and also had some other custom changes.
Let me try to explain the error.
We have a document.
This document has a rich field field.
In this rich field we are using a variable ${test.test}
This variable has some html code in it: < p >This is a test< / p >
And after this update we are seeing: < p >This is a test< / p > on the page instead of: This is a test
<attribute>
<description>
Whether or not to escape a message value having &,>,<,", and '. When escapeMessageXml = true, the
replaced message text can be safely used as a tag attribute (e.g, href, src, etc.) value.
By default escapeMessageXml is set to true.
</description>
<name>escapeMessageXml</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<type>java.lang.Boolean</type>
</attribute>