gradle-tomcat-plugin icon indicating copy to clipboard operation
gradle-tomcat-plugin copied to clipboard

tomcatJasper does not support the option strictQuoteEscaping as Jasper has

Open luyentran opened this issue 6 years ago • 1 comments

tomcatJasper does not support the option strictQuoteEscaping as Jasper has. Not able to set the strictQuoteEscaping to false when running the task tomcatJasper

luyentran avatar May 11 '18 23:05 luyentran

Looks like an option that came in with a later version of Tomcat. Please provide a pull request if you'd like to expose a property and pass on the flag to the Ant Jasper task.

  • Should add an integration test that verifies its proper working.
  • Should verify the behavior for Tomcat versions that do not support the option.
  • Should add Javadocs.

bmuschko avatar May 11 '18 23:05 bmuschko

Closing as issue got no traction.

bmuschko avatar Sep 24 '23 02:09 bmuschko