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
1 file changed
tree: 3f12b3283852bade783cd03c0cf3755dfab4b64c
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Apache Sling

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

Apache Sling Scripting HTL Integration Tests

This module is part of the Apache Sling project.

This project runs the integration tests for validating the Apache Sling Scripting HTL implementation against the Adobe HTL TCK.