You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2011/07/23 11:47:01 UTC

svn commit: r1150079 - in /httpcomponents/httpclient/trunk/src/site/apt: index.apt ntlm.apt

Author: olegk
Date: Sat Jul 23 09:47:00 2011
New Revision: 1150079

URL: http://svn.apache.org/viewvc?rev=1150079&view=rev
Log:
HttpClient web site updates

Modified:
    httpcomponents/httpclient/trunk/src/site/apt/index.apt
    httpcomponents/httpclient/trunk/src/site/apt/ntlm.apt

Modified: httpcomponents/httpclient/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/index.apt?rev=1150079&r1=1150078&r2=1150079&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/index.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/index.apt Sat Jul 23 09:47:00 2011
@@ -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.
 

Modified: httpcomponents/httpclient/trunk/src/site/apt/ntlm.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/ntlm.apt?rev=1150079&r1=1150078&r2=1150079&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/ntlm.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/ntlm.apt Sat Jul 23 09:47:00 2011
@@ -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.