[
https://issues.apache.org/jira/browse/NIFI-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251679#comment-17251679
]
Jens M Kofoed commented on NIFI-8099:
-------------------------------------
Since RFC-2616 says HTTP headers are case insensitive, I acknowledge that is is
by design and not a bug.
So maybe this ticket can be closed.
> 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
> Priority: Major
>
> 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)