This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from b27897f CAMEL-12779: camel-spring-redis - When stopping consumer it should stop
the message listener
new ee5f24f CAMEL-12751 - Added Content-Length Test for incorrect length.
new f3057d7 CAMEL-12751 - Default http4 producer to ignore content-length header.
new d8d468f CAMEL-12751 - Added documentation to ignoreContentLengthHeader parameter
new 16dc6ac CAMEL-12751 - Removed config. Instead ignoring content-length on streams
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/component/http4/HttpEntityConverter.java | 11 +-
.../apache/camel/component/http4/HttpProducer.java | 11 +-
...est.java => HttpProducerContentLengthTest.java} | 247 +++++++++++----------
3 files changed, 140 insertions(+), 129 deletions(-)
copy components/camel-http4/src/test/java/org/apache/camel/component/http4/{HttpProducerContentTypeWithSemiColomnTest.java
=> HttpProducerContentLengthTest.java} (53%)
|