diff --git a/java/org/apache/catalina/valves/ExtendedAccessLogValve.java b/java/org/apache/catalina/valves/ExtendedAccessLogValve.java index 02b7a4eb0690..936ab5c2cc8a 100644 --- a/java/org/apache/catalina/valves/ExtendedAccessLogValve.java +++ b/java/org/apache/catalina/valves/ExtendedAccessLogValve.java @@ -54,17 +54,17 @@ *
date
: The date in yyyy-mm-dd format for GMTs-dns
: The server dns entrys-ip
: The server ip addresscs(XXX)
: The value of header XXX from client to serversc(XXX)
: The value of header XXX from server to clientcs(xxx)
: The value of header xxx from client to serversc(xxx)
: The value of header xxx from server to clientsc-status
: The status codetime
: Time the request was servedtime-taken
: Time (in seconds) taken to serve the requestx-threadname
: Current request thread name (can compare later with stacktraces)x-A(XXX)
: Pull XXX attribute from the servlet contextx-C(XXX)
: Pull the cookie(s) of the name XXXx-O(XXX)
: Pull the all response header values XXXx-R(XXX)
: Pull XXX attribute from the servlet requestx-S(XXX)
: Pull XXX attribute from the sessionx-A(xxx)
: Pull xxx attribute from the servlet contextx-C(xxx)
: Pull the cookie(s) of the name xxxx-O(xxx)
: Pull the all response header values xxxx-R(xxx)
: Pull xxx attribute from the servlet requestx-S(xxx)
: Pull xxx attribute from the sessionx-P(...)
: Call request.getParameter(...) and URLencode it. Helpful to capture certain POST
* parameters.