David Keen created CAMEL-7073:
---------------------------------
Summary: 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)