diff --git a/src/docbkx/client.xml b/src/docbkx/client.xml
index 745c2201..9bd849d8 100644
--- a/src/docbkx/client.xml
+++ b/src/docbkx/client.xml
@@ -50,9 +50,9 @@
There are two implementations of the WebServiceMessageSender
interface for sending messages via HTTP. The default implementation is the
HttpUrlConnectionMessageSender, which uses the facilities provided
- by Java itself. The alternative is the CommonsHttpMessageSender,
+ by Java itself. The alternative is the HttpComponentsMessageSender,
which uses the
- Jakarta Commons HttpClient.
+ Apache HttpComponents HttpClient.
Use the latter if you need more advanced and easy-to-use functionality (such as authentication,
HTTP connection pooling, and so forth).
@@ -75,16 +75,15 @@
]]>
- The following example shows how override the default configuration, and to use Commons Http to
+ The following example shows how override the default configuration, and to use Apache HttpClient to
authenticate using HTTP authentication:
-
+
-
-
-
+
+