SLING-7476 - Exceptions should be logged correctly

* made sure all exceptions are logged
* added more detailed information about failures in debug messages
(closes #1)
3 files changed
tree: 380c889e49b122f6312c4acb2ceb6cbe9b83eabb
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

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.