mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yannick Lecaillez
24.40.2016 0443d88397c7d18e516ae332db00eb1489f30184
refs
author Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Tuesday, May 24, 2016 15:40 +0200
committer Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Friday, June 3, 2016 16:09 +0200
commit0443d88397c7d18e516ae332db00eb1489f30184
tree 2a2c8d20762443d139391b0b4774bc36b20f5532 tree | zip | gz
parent 76c3cfdcc91e46c77dbedcacef2316d9dbd948e0 view | diff
OPENDJ-3031: HTTP access logger does not log failed requests

Move the HTTPRequestInfo logging information into a context so that
every filter in the chain can add information (i.e: authenticated user).
These information are then logged when the response is sent.
6 files modified
2 files added
408 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java 115 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPConnectionHandler.java 1 ●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HttpLogContext.java 202 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HttpLogFilter.java 78 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/SdkConnectionAdapter.java 6 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/authz/HttpBasicAuthorizationMechanism.java 2 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/authz/InternalProxyAuthzFilter.java 2 ●●●●● diff | view | raw | blame | history
opendj-server-legacy/src/messages/org/opends/messages/protocol.properties 2 ●●●●● diff | view | raw | blame | history