From 9747a7dd1a9e394f67023e6e9d0dd21c06ed7b59 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sat, 23 Jul 2011 09:47:00 +0000 Subject: [PATCH] HttpClient web site updates git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1150079 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/index.apt | 2 +- src/site/apt/ntlm.apt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 92ba78d8d..46bc680c3 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -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. diff --git a/src/site/apt/ntlm.apt b/src/site/apt/ntlm.apt index 4af171556..3fd54aa29 100644 --- a/src/site/apt/ntlm.apt +++ b/src/site/apt/ntlm.apt @@ -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.