Jens M Kofoed created NIFI-8099:
-----------------------------------
Summary: HTTP Headers is case-insentitive and overwrite attributes
values
Key: NIFI-8099
URL: https://issues.apache.org/jira/browse/NIFI-8099
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.12.1
Reporter: Jens M Kofoed
I've created 2 flows at 2 different NIFI instances for testing HTTP transfer
between NIFI.
RFC-2616 says that headers is case-insentitive, but if I create 3 attributes
with values as this:
MyAttribute : "MyData", myattribute : "mydata" & MYATTRIBUTE : "MYDATA" all 3
fields is coming through as they are, but all 3 value are set to "mydata"
I'm using InvokeHTTP to trasfer data to the other instance. IncludeDataHeaders
= True and Attributes to send is set to .* and I'm using ListenHTTP to recive
data
--
This message was sent by Atlassian Jira
(v8.3.4#803005)