I have the following line of code in a JSP File in my web app that is giving an error:
If you don't want to modify your JSPs, just set:
org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
in your {TOMCAT_ROOT}/conf/catalina.properties file. Works like a charm!
{TOMCAT_ROOT}/conf/catalina.properties
Kudos from here.