2 Replies Latest reply on Nov 9, 2012 12:03 PM by techenthu

    How to avoid escaping permanently

    shawnaslam

      This is the exception i am getting

      "org.apache.jasper.JasperException: /acura.jsp(850,50) Attribute value (String)request.getAttribute("Q1CAT1_VALUES") is quoted with " which must be escaped when used within the value"

       

      such scenario is on many jsp pages because of that I dont want to replace everywhere.I read somewhere if we set some type of command like "CATALINA_OPTS="-Xmx500m -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false" in tomcat then we can avoid.

      How can we do this in JBoss its urgent and I really want a solution before replacing each and every line.