SLING-6934: Remove org.json from slf4j-mdc

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

Apache Sling MDC Inserting Filter

This filter exposes various request details as part of [MDC][1].

Currently it exposes following variables:

  1. req.remoteHost - Request remote host
  2. req.userAgent - User Agent Header
  3. req.requestURI - Request URI
  4. req.queryString - Query String from request
  5. req.requestURL -
  6. req.xForwardedFor -
  7. sling.userId - UserID associated with the request. Obtained from ResourceResolver
  8. jcr.sessionId - Session ID of the JCR Session associated with current request.

The filter also allow configuration to extract data from request cookie, header and parameters. Look for configuration with name ‘Apache Sling Logging MDC Inserting Filter’ for details on specifying header, cookie, param names.

[1] http://www.slf4j.org/manual.html#mdc