Class Summary |
HTTPAccessLogConnectionHandler |
Utility class that adds new pattern codes to existing in AccessLogConnectionHandler |
HTTPPatternProcessor |
This processor adds following pattern codes:
%b - bytes sent excluding headers or "-" if nothing
%B - bytes sent excluding headers or 0 if nothing
%H - request protocol
%l - always "-"
%m - request method
%q - query string
%r - first line of the request
%s - status code of the response
%>s - status code of the response (same as %s)
%S - user session ID (not implemented yet)
%u - remote authenticated user (not implemented yet)
%U - requested url path
%v - server local name (not implemented yet)
|
HTTPPatternProcessor.Pair |
|