We have an app which uses JSTL syntax in many places (e.g. ${thisVar}, and we are wondering if there is a flag to globally escape HTML in a similar way that the fn:escape... attribute does:
${fn:escapeXml(myName)}
We don't want to have to go through our entire application and change all the variables. Also, simple ${} is much easier to type.