simple error due to use of double quotes in a jsp file

前端 未结 7 1692
清酒与你
清酒与你 2020-12-14 00:36

I have the following line of code in a JSP File in my web app that is giving an error:



        
7条回答
  •  悲哀的现实
    2020-12-14 01:09

    I case Jasper JSP validation phase is used during project build.

    Since Tomcat 8 there is a new attribute strictQuoteEscaping for Ant task and a switch -no-strictQuoteEscaping for running org.apache.jasper.JspC from command line.

提交回复
热议问题