Willem Jiang created CAMEL-8169:
-----------------------------------
Summary: Camel Jetty/Http4 producers should respect
Content-Length/Transfer-Encoding:Chunked headers
Key: CAMEL-8169
URL: https://issues.apache.org/jira/browse/CAMEL-8169
Project: Camel
Issue Type: Bug
Components: camel-http4, camel-jetty
Affects Versions: 2.14.1, 2.13.3
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 2.13.4, 2.14.2, 2.15.0
If Camel is used the HTTP proxy, users expect that Content-Length and
Transfer-Encoding: Chunked headers should be respected when incoming request is
redirected using HTTP4 or Jetty producers.
If example if I send request to the following route...
{code}
from("servlet://0.0.0.0:8080").to("http4://foo.com");
{code}
...and this request contains Content-Length header (and doesn't contain
Transfer-Encoding: Chunked header) then request forwarded to foo.com should not
be chunked. In Fuse 6.1 Camel will chunk frowarded request.
In general client sending request to the Camel proxy gateway, should be sure
that by default Camel will keep the same chunking/nonchunking behavior as
specified in the original request.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)