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 2023/12/20 11:57:30 UTC

(camel) branch camel-4.0.x updated: CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option (#12497)

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

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


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 4275c6f4edc CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option (#12497)
4275c6f4edc is described below

commit 4275c6f4edc2a1019c5e0e69877c913e2a503de0
Author: John Poth <po...@gmail.com>
AuthorDate: Wed Dec 20 11:35:47 2023 +0100

    CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option (#12497)
---
 components/camel-http/src/main/docs/http-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-http/src/main/docs/http-component.adoc b/components/camel-http/src/main/docs/http-component.adoc
index ee2bc8f878f..4f78b3a4100 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -334,8 +334,8 @@ int responseCode = out.getHeader(Exchange.HTTP_RESPONSE_CODE, Integer.class);
 
 == Disabling Cookies
 
-To disable cookies you can set the HTTP Client to ignore cookies by
-adding this URI option: `httpClient.cookieSpec=ignoreCookies`
+To disable cookies in the CookieStore you can set the HTTP Client to ignore cookies by
+adding this URI option: `httpClient.cookieSpec=ignore`. This doesn't affect cookies manually set in the `Cookie` header
 
 == Basic auth with the streaming message body