SLING-8235 - Stop copying the AntiSamy configuration to the repository

* stopped providing initial content
* implemented a Felix Webconsole Plugin to be able to check the active AntiSamy configuration
* added multithreading safeguards
6 files changed
tree: 11b558baef7a6132f23857b09bb188d0426e2b7f
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Test Status Maven Central JavaDocs 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.