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 84a93e1  AXIS2-6009 update http-transport docs with better examples
84a93e1 is described below

commit 84a93e135fe079a2dc689cff566588f7896bbde8
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Fri Mar 18 11:05:48 2022 -1000

    AXIS2-6009 update http-transport docs with better examples
---
 src/site/xdoc/docs/http-transport.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/xdoc/docs/http-transport.xml 
b/src/site/xdoc/docs/http-transport.xml
index ba1bab7..0654fbf 100644
--- a/src/site/xdoc/docs/http-transport.xml
+++ b/src/site/xdoc/docs/http-transport.xml
@@ -109,7 +109,8 @@ expect to authenticate the clients (1-way SSL only) and 
where the
 server has the clients' public keys in its trust store.  </p>
 
 <p>If you want to perform SSL client authentication (2-way SSL), you may
-configure your own HttpClient class and customize it as desired.  </p>
+configure your own HttpClient class and customize it as desired - see the
+example below.  </p>
 
 <p>To control the max connections per host attempted in parallel by a
 reused httpclient, or any other advanced parameters, you need to

Reply via email to