You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2010/02/04 00:12:32 UTC

[jira] Issue Comment Edited: (CAMEL-1886) Lookup headers from a Camel Message should be case agnostic

    [ https://issues.apache.org/activemq/browse/CAMEL-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57360#action_57360 ] 

Christian Schneider edited comment on CAMEL-1886 at 2/3/10 11:10 PM:
---------------------------------------------------------------------

We have the case where we want to send out case sensitive headers. CXF expects the soap action to be written SOAPAction, Tibco Business Works expects it like SoapAction (at least when using SOAP/JMS). 

So I vote for reverting this change and bring back the normal map.  Perhaps the case insensitive lookup can be implemented in a way that does not affect people who need case sensitive headers.

      was (Author: chris@die-schneider.net):
    We have the case where we want to send out case sensitive headers. CXF expects the soap action to be written SOAPAction, Tibco Business Works expects it like SoapAction (at least when using SOAP/JMS). 

So I vote for reverting this change and bring back the normal map. 
  
> Lookup headers from a Camel Message should be case agnostic
> -----------------------------------------------------------
>
>                 Key: CAMEL-1886
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1886
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>         Attachments: AnotherCaseInsensitiveMap.java, CAMEL_1886.patch, CaseInsensitiveMap.java, KeyValuePair.java
>
>
> Today the case matter so: getHeader("Foo") and getHeader("foo") is not the same.
> And for some protocols the header case do not matter such as
> - http
> - mail
> etc.
> And who would in real life want to send 2 headers that are different only depending on the case
> - Foo=me
> - foo=you

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.