SLING-5946 - XSSAPI#encodeForJSString is not restrictive enough

Submitted-By: Vlad Bailescu

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1755147 13f79535-47bb-0310-9956-ffa450edef68
2 files changed
tree: c3266703b840771f9b0259a3ba215c5ddefcb832
  1. src/
  2. .gitignore
  3. LICENSE
  4. NOTICE
  5. pom.xml
  6. 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.