commit | 83e5136d46237b25837d06c499d5bc9a2de60214 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Thu Oct 12 19:09:17 2023 +0200 |
committer | Robert Munteanu <rombert@apache.org> | Thu Oct 12 19:09:17 2023 +0200 |
tree | 562f5459be5e6030a996770a6a1623091d98b3ff | |
parent | 43e0c3d5d5320bb37c2ef309511fe1ede2bef7f7 [diff] |
SLING-12094 - Use GitHub for the Maven scm.url value
This module is part of the Apache Sling project.
This filter exposes various request details as part of [MDC][1].
Currently it exposes following variables:
req.remoteHost
- Request remote hostreq.userAgent
- User Agent Headerreq.requestURI
- Request URIreq.queryString
- Query String from requestreq.requestURL
-req.xForwardedFor
-sling.userId
- UserID associated with the request. Obtained from ResourceResolverjcr.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.