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

* embedded xml-apis 1.4.01, since it's anyways a dependency of the
already embedded antisamy module; this makes sure that the
org.w3c.dom.ElementTraversal class is part of the bundle, rather
than relying on what the JVM provides, given that the class was only
added to the JRE starting from Java 9
1 file changed
tree: c11e4acc849ba0c0749e9e1212c6b440e0837f90
  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.