SLING-6094 - HTL can generate invalid Java code by using user-supplied input

* made sure that generated variables, even if they contain user-input, are correctly
and uniformly escaped

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1763629 13f79535-47bb-0310-9956-ffa450edef68
4 files changed
tree: 4ff467e8208e3f3ea942db01c64bf1e6356861d1
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Scripting HTL Java Compiler

The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.compiler module into Java source code.