SLING-9783 - The HTL compiler will trigger a NPE if a null value should be written into an HTML attribute

* checked if the passed values in the context of attributes are not null
* performed some Yoda comparisons in cases where attribute values could be null
* updated the io.sightly.tck which provides additional tests for attributes to which
null values can be passed
2 files changed
tree: 98ee535af01dbf90da09bac1016a8a01bba4cee7
  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.