SLING-12677 ignore spotless code reformatting commit in git blame
1 file changed
tree: a9996335ed42f8043b8b0f2be57d87f181b6f553
  1. .vscode/
  2. src/
  3. .asf.yaml
  4. .git-blame-ignore-revs
  5. .gitignore
  6. .sling-module.json
  7. bnd.bnd
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. Jenkinsfile
  11. LICENSE
  12. pom.xml
  13. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

Apache Sling XSS Protection

This module is part of the Apache Sling project.

The Apache Sling XSS Bundle provides two services for escaping and filtering XSS-prone user submitted content:

  1. org.apache.sling.xss.XSSAPI
  2. org.apache.sling.xss.XSSFilter

Please check the JavaDoc of each service to find out what methods they provide.