This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new c5f34d0 FUSEDOC-2877 Updated Disabling Cookies section. (#2767) c5f34d0 is described below commit c5f34d059e9dbeb299ef6a4dab121d488d9d6285 Author: nshendye <nshen...@users.noreply.github.com> AuthorDate: Wed Feb 13 20:28:22 2019 +0530 FUSEDOC-2877 Updated Disabling Cookies section. (#2767) --- 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 fc547c2..8b48e1f 100644 --- a/components/camel-http4/src/main/docs/http4-component.adoc +++ b/components/camel-http4/src/main/docs/http4-component.adoc @@ -543,7 +543,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