GitHub user davidkeen opened a pull request: https://github.com/apache/camel/pull/69
CAMEL-7073: Overwrite org.restlet.http.headers in response instead of ad... Fix for https://issues.apache.org/jira/browse/CAMEL-7073. Don't copy request headers into the response. Includes unit test which fails if content-type header from request is copied into the response headers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidkeen/camel camel-7073 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/69.patch ---- commit 58f4845e04303eba65718b9f37a2ee2449e7069e Author: David Keen <dkk...@gmail.com> Date: 2013-12-16T15:43:49Z CAMEL-7073: Overwrite org.restlet.http.headers in response instead of adding to it. ----