SLING-8321 - The XSSFilterImpl component cannot start on IBM's J9 JVM

* embedded xalan as well; given that the bundle now has to use internal
classes for what the JRE normally provides, I had to make sure that
SPIs are loaded using the bundle classloader and not through boot
delegation
3 files changed
tree: bd93d532182779c23188cb2ef6e7d7c21ad150a7
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. 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.