David Handermann created NIFI-13195:
---------------------------------------
Summary: Cluster Request Replicator handling header removal with
HTTP/2
Key: NIFI-13195
URL: https://issues.apache.org/jira/browse/NIFI-13195
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
Fix For: 2.0.0-M3
The {{ThreadPoolRequestReplicator}} performs HTTP request replication between
cluster nodes and includes several methods for removing headers that should not
be passed in forwarded requests. When receiving requests over HTTP/1.1, header
names can be capitalized, but over HTTP/2, header names are lowercase. The
removal logic should be updated to handle header removal without depending on
the protocol format of the header names.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)