Author: rvesse
Date: Wed Jul 3 16:14:22 2013
New Revision: 1499458
URL: http://svn.apache.org/r1499458
Log:
Fix typos in new HTTP auth document
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=1499458&r1=1499457&r2=1499458&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/http-auth.mdtext (original)
+++ jena/site/trunk/content/documentation/query/http-auth.mdtext Wed Jul 3
16:14:22 2013
@@ -24,7 +24,7 @@ HTTP authentication that also allows ARQ
Authentication mechanisms are provided by [HttpAuthenticator][1]
implementations of which a number are provided built into ARQ.
This API provides the authenticator with access to the `HttpClient`,
`HttpContext` and target `URI` of the request that is about to be carried out.
This allows for authenticators
-to add credentials to requests on a pre-request basis and to use different
mechanisms and credentials for different services.
+to add credentials to requests on a per-request basis and/or to use different
mechanisms and credentials for different services.
#### SimpleAuthenticator
@@ -77,7 +77,7 @@ Authenticators applied this way will onl
From 2.10.2 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
+### The Default Authenticator
Since it may not always be possible/practical to configure authenticators on a
per-request basis the API includes a means to specify a default authenticator
that is used when no authenticator is explicitly specified. This may be
configured via the `setDefaultAuthenticator(HttpAuthenticator authenticator)`