HttpClient web site updates

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1150079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2011-07-23 09:47:00 +00:00
parent 6d517fc723
commit 9747a7dd1a
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ HttpClient Overview
* The ability to set connection timeouts.
* Experimental support for HTTP/1.1 response caching.
* Support for HTTP/1.1 response caching.
* Source code is freely available under the Apache License.

View File

@ -48,7 +48,7 @@ NTLM support in HttpClient
Principles initiative}}.
HttpClient as of version 4.1 supports NTLMv1 and NTLMv2 authentication protocols out
of the box using a custom authentication engine. However, there can still be compatibility
of the box using a custom authentication engine. However, there are still known compatibility
issues with newer Microsoft products as the default NTLM engine implementation is still
relatively new. One can also use {{{http://jcifs.samba.org/}JCIFS}} as an alternative, more
established and mature NTLM engine developed by Samba project.