SLING-9696 - HTL does not correctly cast the "false" string to Boolean

* corrected binary attribute handling so that it does not rely on casting
the attribute value to boolean, but rather comparing it to the empty
string or false
2 files changed
tree: bd9431abac2a65b2c370c199899af69aa1527d39
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central scripting License

Apache Sling Scripting HTL Compiler

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree.