This is an automated email from the ASF dual-hosted git repository.
jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new b0daff9 doc: fix cachekey typos.
b0daff9 is described below
commit b0daff9d338decb51216e5db02c2f419f3fd18e8
Author: James Peach <[email protected]>
AuthorDate: Thu May 26 17:21:38 2016 -0700
doc: fix cachekey typos.
---
doc/admin-guide/plugins/cachekey.en.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/admin-guide/plugins/cachekey.en.rst
b/doc/admin-guide/plugins/cachekey.en.rst
index 8848be9..2f374ff 100644
--- a/doc/admin-guide/plugins/cachekey.en.rst
+++ b/doc/admin-guide/plugins/cachekey.en.rst
@@ -29,7 +29,7 @@ Description
This plugin allows some common cache key manipulations based on various HTTP
request components. It can
-* sort query parameters to prevent query parameters reordereding from being a
cache miss
+* sort query parameters to prevent query parameter reordering being a cache
miss
* ignore specific query parameters from the cache key by name or regular
expression
* ignore all query parameters from the cache key
* only use specific query parameters in the cache key by name or regular
expression
@@ -53,7 +53,7 @@ Cache key structure and related plugin parameters
└─────────────┴──────────────┴──────────────┴──────────────┴─────────────┴─────────────┘
* The cache key set by the cachekey plugin can be considered as devided into
several sections.
-* Every section is manupulated separately by the related plugin parameters
(more info in each section description below).
+* Every section is manipulated separately by the related plugin parameters
(more info in each section description below).
* "User-Agent", "Headers" and "Cookies" sections are optional and will be
missing from the cache key if no related plugin parameters are used.
* "Prefix", "Path" and "Query" sections always have default values even if no
related plugin parameters are used.
* All cachekey plugin parameters are optional and if missing some of the cache
key sections will be missing (the optional sections) or their values will be
left to their defaults.
@@ -94,7 +94,7 @@ Cache key structure and related plugin parameters
* Multiple ``--ua-whitelist`` and ``--ua-blacklist`` can be used and the
result will be defined by their order in the plugin configuration.
* ``User-Agent`` regex capturing and replacement
* ``--ua-capture=<capture_definition>`` (default: empty string) - if
specified and not empty then strings are captured from the ``User-Agent``
header based on ``<capture_definition>`` (see below) and are added to the cache
key.
-* If any ``User-Agent`` classigication and regex capturing and replacement
plugin parameters are used together they are added to the cache key in the
order shown in the diagram.
+* If any ``User-Agent`` classification and regex capturing and replacement
plugin parameters are used together they are added to the cache key in the
order shown in the diagram.
"Headers" section
^^^^^^^^^^^^^^^^^
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].