org.apache.sling.xss.compat-1.1.0
[maven-release-plugin] copy for tag org.apache.sling.xss.compat-1.1.0

git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.xss.compat-1.1.0@1794383 13f79535-47bb-0310-9956-ffa450edef68
tree: 83dd2c17dcab686872491819153d4b4baf442747
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

Apache Sling XSS Compat Bundle

The Apache Sling XSS Compat 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

It is intended for users of the 1.x version of the org.apache.sling.xss package that can not or did not yet update to version 2.x (provided by the Apache Sling XSS Bundle).

Please check the JavaDoc of each service to find out what methods they provide.