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 18:24:20 UTC

git commit: header_rewrite: remove docs references to PARAMS and PORT conditions

Repository: trafficserver
Updated Branches:
  refs/heads/master 3f5a75ae8 -> fc11d7ef9


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/fc11d7ef
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fc11d7ef
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fc11d7ef

Branch: refs/heads/master
Commit: fc11d7ef98fa0698a60a05c4b946ca7f53bcb2a4
Parents: 3f5a75a
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 09:23:18 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/fc11d7ef/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]