Configuration properties for the Jetty transport
Blocked Headers (jetty.transport.factory.blockHeaders)
The headers that will not be forwarded through the transport. The value is a comma-separated list of header names. Be careful when changing these values since most are generated internally by the transport and changes could result in conflicts.
Default: connection
Blocked HEAD Headers (jetty.transport.factory.blockHeadHeaders)
The headers that will not be forwarded through the transport in the case of a forwarded HEAD request. The value is a comma-separated list of header names.
Default: connection
Enable TRACE (jetty.transport.factory.enableTrace)
Enable HTTP TRACE.
Default: false