This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 7187c07 AXIS2-6009 update http-transport docs with better examples 7187c07 is described below commit 7187c0794a5f6b4ab2a17f905e4ab83168e1e22a Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Fri Mar 18 10:55:54 2022 -1000 AXIS2-6009 update http-transport docs with better examples --- src/site/xdoc/docs/http-transport.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/docs/http-transport.xml b/src/site/xdoc/docs/http-transport.xml index aad01f2..ba1bab7 100644 --- a/src/site/xdoc/docs/http-transport.xml +++ b/src/site/xdoc/docs/http-transport.xml @@ -115,7 +115,7 @@ configure your own HttpClient class and customize it as desired. </p> reused httpclient, or any other advanced parameters, you need to set the cached httpclient object when your application starts up (before any actual axis request). You can set the relevant property -as shown below by using HTTPConstants.REUSE_HTTP_CLIENT. </p> +as shown below by using HTTPConstants.CACHED_HTTP_CLIENT. </p> <p>The following code was testing Axis2 on Wildfly 20, the cert was obtained by 'openssl s_client -connect myserver:8443 -showcerts' </p>