You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/12/17 04:01:07 UTC

[jira] [Resolved] (CAMEL-7073) camel-restlet - request headers are sent in response

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

Willem Jiang resolved CAMEL-7073.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.13.0
                   2.12.3

Applied patch into master and camel-2.12.x branches with thanks to David.

> camel-restlet - request headers are sent in response
> ----------------------------------------------------
>
>                 Key: CAMEL-7073
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7073
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-restlet
>    Affects Versions: 2.12.2
>            Reporter: David Keen
>            Assignee: Willem Jiang
>             Fix For: 2.12.3, 2.13.0
>
>
> The fix applied in CAMEL-6879 causes the request headers to be sent back in the response.
> DefaultRestletBinding copies the request headers in 'org.restlet.http.headers' header to the response headers in 'org.restlet.http.headers'.
> This causes problems for things like Content-Type header which is a valid request and response header and so the response is sent with the request content-type. Eg, POST requests that should receive JSON in response and send using content-type application/x-www-form-urlencoded will be sent back a response with the same content-type which doesn't make sense.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)