jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Issue #9980 - add additional codes for CustomRequestLog

Open lachlan-roberts opened this issue 1 year ago • 3 comments
trafficstars

Adds the following options to the CustomRequestLog

%A                    - the Request authority (which might differ from the Host header).
%h                    - the Request scheme
%uri                  - the entire Request HttpURI (including query)
%{q}uri               - the entire Request HttpURI (excluding query)
%{attributeName}attr  - a request attribute

Let me know if you can think of better codes for these.

closes #9980

lachlan-roberts avatar Sep 27 '24 06:09 lachlan-roberts