You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/12 12:56:44 UTC

(camel) branch main updated: fix(docs): Adds camel-http entry for changed redirect behaviour to 3.19 upgrade docs (#13457)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8289f9156f0 fix(docs): Adds camel-http entry for changed redirect behaviour to 3.19 upgrade docs (#13457)
8289f9156f0 is described below

commit 8289f9156f0a333f6274c0f5dce8a7001d3196c4
Author: Ruben Lassau-Strauven <ru...@hotmail.com>
AuthorDate: Tue Mar 12 13:56:38 2024 +0100

    fix(docs): Adds camel-http entry for changed redirect behaviour to 3.19 upgrade docs (#13457)
    
    Co-authored-by: ruben.lassaustrauven <ru...@aviobook.aero>
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
index abac849fa4c..baa9730cbb5 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
@@ -111,6 +111,11 @@ a stax parser was needed anyway to use the language.
 
 Upgraded from Karaf 4.3.x to Karaf 4.4.x, which requires JDK11+.
 
+=== camel-http
+
+Added `followRedirects` option with default value `false` on component and endpoint level. 
+The introduction of this option changes the default redirect behaviour for producers from following all `GET` and `HEAD` redirects, to not following any redirects.
+
 === Deprecated Components
 
 The following components that had been marked as deprecated, were removed in this release: