Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C00B71090D for ; Thu, 10 Oct 2013 07:47:15 +0000 (UTC) Received: (qmail 71876 invoked by uid 500); 10 Oct 2013 07:47:14 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 71832 invoked by uid 500); 10 Oct 2013 07:47:07 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 71819 invoked by uid 99); 10 Oct 2013 07:47:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 07:47:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 07:47:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 761E5238896F for ; Thu, 10 Oct 2013 07:46:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1530867 - /httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml Date: Thu, 10 Oct 2013 07:46:41 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131010074641.761E5238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Thu Oct 10 07:46:41 2013 New Revision: 1530867 URL: http://svn.apache.org/r1530867 Log: HTTPCLIENT-1420, HTTPCLIENT-1421: fixed typos in tutorial Modified: httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml Modified: httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml?rev=1530867&r1=1530866&r2=1530867&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml (original) +++ httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml Thu Oct 10 07:46:41 2013 @@ -630,7 +630,7 @@ RequestConfig config = clientContext.get automatic propagation of conversation context and state information between requests. In the following example the request configuration set by the initial request will be - kept in the execution context and get propagatd to the consecutive requests sharing + kept in the execution context and get propagated to the consecutive requests sharing the same context.
HTTP protocol interceptors - Th HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP + The HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. Usually protocol interceptors are expected to act upon one specific header or a group of related headers of the incoming message, or populate the outgoing message with one specific header or a group of related headers. Protocol interceptors can also