camel-http does not send header values that are empty strings
-------------------------------------------------------------

                 Key: CAMEL-4984
                 URL: https://issues.apache.org/jira/browse/CAMEL-4984
             Project: Camel
          Issue Type: Bug
          Components: camel-http
    Affects Versions: 2.9.0
            Reporter: Marcus Abels


HttpProducer does not send HTTP header if header value from camel was an empty 
string.

This is because ObjectHelper.createIterator(headerValue, null) will produce an 
empty iteration if headerValue is an empty string!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to