You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/08/22 21:39:51 UTC

[2/3] git commit: header_rewrite: remove docs references to PARAMS and PORT conditions

header_rewrite: remove docs references to PARAMS and PORT conditions

PARAMS doesn't appear to be implemented... removing it from the
docs. Was it replaced by QUERY? PORT doesn't appear to be supported
in ATS 5 either.

This closes #102


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/31f2062d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/31f2062d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/31f2062d

Branch: refs/heads/5.1.x
Commit: 31f2062ddbcf77053b291efc591b2bdd2cffa908
Parents: 2a331c2
Author: Scott Beardsley <sc...@gmail.com>
Authored: Tue Aug 12 15:00:33 2014 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Aug 22 12:39:40 2014 -0700

----------------------------------------------------------------------
 doc/reference/plugins/header_rewrite.en.rst | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/31f2062d/doc/reference/plugins/header_rewrite.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/header_rewrite.en.rst b/doc/reference/plugins/header_rewrite.en.rst
index 669f63c..ae532c0 100644
--- a/doc/reference/plugins/header_rewrite.en.rst
+++ b/doc/reference/plugins/header_rewrite.en.rst
@@ -112,12 +112,10 @@ only be evaluated if the condition(s) are met::
   cond %{COOKIE:cookie-name} operand            [condition_flags]
   cond %{CLIENT-HEADER:header-name} operand     [condition_flags]
   cond %{PROTOCOL} operand                      [condition_flags]
-  cond %{PORT} operand                          [condition_flags]
   cond %{HOST} operand                          [condition_flags]
   cond %{TOHOST} operand                        [condition_flags]
   cond %{FROMHOST} operand                      [condition_flags]
   cond %{PATH} operand                          [condition_flags]
-  cond %{PARAMS} operand                        [condition_flags]
   cond %{QUERY} operand                         [condition_flags]
   cond %{INTERNAL-TRANSACTION}                  [condition_flags]
   cond %{CLIENT-IP}                             [condition_flags]