Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-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 AE83810459 for ; Fri, 30 Aug 2013 16:04:08 +0000 (UTC) Received: (qmail 44924 invoked by uid 500); 30 Aug 2013 16:04:08 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 44895 invoked by uid 500); 30 Aug 2013 16:04:07 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 44888 invoked by uid 99); 30 Aug 2013 16:04:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 16:04:07 +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; Fri, 30 Aug 2013 16:04:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 052EA23888E7; Fri, 30 Aug 2013 16:03:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1519009 - /jena/site/trunk/content/documentation/query/http-auth.mdtext Date: Fri, 30 Aug 2013 16:03:43 -0000 To: commits@jena.apache.org From: rvesse@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130830160344.052EA23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rvesse Date: Fri Aug 30 16:03:43 2013 New Revision: 1519009 URL: http://svn.apache.org/r1519009 Log: Minor grammar tweak, 2.10.2 => 2.11.0 Modified: jena/site/trunk/content/documentation/query/http-auth.mdtext Modified: jena/site/trunk/content/documentation/query/http-auth.mdtext URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/http-auth.mdtext?rev=1519009&r1=1519008&r2=1519009&view=diff ============================================================================== --- jena/site/trunk/content/documentation/query/http-auth.mdtext (original) +++ jena/site/trunk/content/documentation/query/http-auth.mdtext Fri Aug 30 16:03:43 2013 @@ -41,7 +41,7 @@ as appropriate. Similarly to the simple Scoping of credentials is not based on exact mapping of the request URI to credentials but rather on a longest match approach. For example if you define credentials for `http://example.org` then these are used for any request that requires authentication under that URI e.g. `http://example.org/some/path`. However if you -had defined credentials for `http://example.org/some/path` then these would be used in favor of those for `http://example.org` +had also defined credentials for `http://example.org/some/path` then these would be used in favor of those for `http://example.org` #### ServiceAuthenticator @@ -78,7 +78,7 @@ Authenticators applied this way will onl - [UpdateProcessRemoteBase][10] - This is the base class of `UpdateProcessor` implementations returned by `UpdateExecutionFactory.createRemote()` and `UpdateExecutionFactory.createRemoteForm()` calls - [DatasetGraphAccessorHTTP][11] - This is the `DatasetGraphAccessor` implementation underlying remote dataset accessors. -From 2.10.2 onwards the relevant factory methods include overloads that allow providing a `HttpAuthenticator` at creation time which +From 2.11.0 onwards the relevant factory methods include overloads that allow providing a `HttpAuthenticator` at creation time which avoids the needs to cast and manually set the authenticator afterwards. ### The Default Authenticator