SLING-6794 : Inconsistent handling of default configuration

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1792725 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 601abcbac26e418f63ab1cc2667800f803c421a0
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Apache Sling XSS Bundle

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.