jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.84k stars 1.91k forks source link

Issue #9980 - add additional codes for CustomRequestLog #12322

Open lachlan-roberts opened 18 hours ago

lachlan-roberts commented 18 hours ago

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