You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2023/12/20 10:15:02 UTC

(camel) branch CAMEL-20261 created (now 551a659996d)

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

jpoth pushed a change to branch CAMEL-20261
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 551a659996d CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option

This branch includes the following new commits:

     new 551a659996d CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option

The 1 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.



(camel) 01/01: CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch CAMEL-20261
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 551a659996dbe747a6aea9218aa0d9f622bbc2e2
Author: John Poth <po...@gmail.com>
AuthorDate: Wed Dec 20 11:15:11 2023 +0100

    CAMEL-20261 - camel-http: update doc on httpClient.cookieSpec option
---
 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 f47e29be15e..ae341e8bd93 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