You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/07 09:55:19 UTC

[camel] branch camel-2.x updated: Changed cookiePolicy to cookieSpec

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

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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 3761658  Changed cookiePolicy to cookieSpec
     new 314e1d6  Merge pull request #3465 from colinwebber/patch-2
3761658 is described below

commit 3761658410029a814bf5a19d3e054d60af51ecc0
Author: colinwebber <co...@freedomit.co.za>
AuthorDate: Tue Jan 7 11:45:25 2020 +0200

    Changed cookiePolicy to cookieSpec
    
    The doc change discussed here: https://issues.apache.org/jira/browse/CAMEL-7410 is not in the published version of this page. Here it is again. cookiePolicy --> cookieSpec.
    
    Tested on camel 2.13
---
 components/camel-http4/src/main/docs/http4-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-http4/src/main/docs/http4-component.adoc b/components/camel-http4/src/main/docs/http4-component.adoc
index 38eec4e..3d0c86d 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -569,7 +569,7 @@ int responseCode = out.getHeader(Exchange.HTTP_RESPONSE_CODE, Integer.class);
 To disable cookies you can set the HTTP Client to ignore cookies by
 adding this URI option:
 
- `httpClient.cookiePolicy=ignoreCookies`
+ `httpClient.cookieSpec=ignoreCookies`
 
 == Advanced Usage