maxLength property
The longest inbound id that is echoed rather than replaced.
128 is comfortably above every id anyone actually sends — a UUID is 36 characters, a W3C trace id 32 — and far below what a client can use to inflate a log line.
Implementation
final int maxLength;