You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "David Keen (JIRA)" <ji...@apache.org> on 2013/12/16 16:55:08 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13849244#comment-13849244 ] 

David Keen commented on CAMEL-7073:
-----------------------------------

I have opened a pull request with a fix for this issue: https://github.com/apache/camel/pull/69.

I can create and attach a patch if you prefer.

> 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
>
> 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)