You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2010/05/07 01:10:41 UTC

[jira] Resolved: (CAMEL-1893) camel-cxf - Setting HTTP response code twice

     [ https://issues.apache.org/activemq/browse/CAMEL-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Tam resolved CAMEL-1893.
--------------------------------

    Resolution: Cannot Reproduce

> camel-cxf - Setting HTTP response code twice
> --------------------------------------------
>
>                 Key: CAMEL-1893
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1893
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.0-M3
>            Reporter: Claus Ibsen
>            Assignee: William Tam
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> During CAMEL-1886 I discovered that the camel-cxf component and maybe others as well potentially sets the reponse code twice.
> As headers are populate from the HTTP request it may already have a Exchange.HTTP_RESPONSE_CODE key key already however in different case, such as lower case only etc.
> And then in the code later the response code is added using the Exchange.HTTP_RESPONSE_CODE key that have a different case.
> But CAMEL-1886 can resolve this as we would like to add case insensitive headers in Camel.
> However the code in camel-cxf should be reviewed to ensure that the response code is set correctly using Exchange.HTTP_RESPONSE_CODE to avoid double values.
> And most importantly the response code is the correct value.

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