You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/11/04 16:41:40 UTC

[trafficserver] branch 9.0.x updated: Docs: clarify remap plugin inst init params

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 17acf31  Docs: clarify remap plugin inst init params
17acf31 is described below

commit 17acf3121614142a01d69d45b035bf1c0313be36
Author: Gancho Tenev <ga...@apache.org>
AuthorDate: Thu Oct 31 13:35:37 2019 -0700

    Docs: clarify remap plugin inst init params
    
    (cherry picked from commit 0d88806b31293552cccf70b8aefbc55d844a7da9)
---
 doc/developer-guide/plugins/remap-plugins.en.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/developer-guide/plugins/remap-plugins.en.rst b/doc/developer-guide/plugins/remap-plugins.en.rst
index 2446510..9884834 100644
--- a/doc/developer-guide/plugins/remap-plugins.en.rst
+++ b/doc/developer-guide/plugins/remap-plugins.en.rst
@@ -27,7 +27,9 @@ invoked when the rule is matched. For example, a rule such as
 
    map http://example.one/ http://example.two/ @plugin=example.so @pparam=first_arg @pparm=second_arg
 
-will, if matched, cause the plugin "example.so" to be called with parameters "first_arg" and "second_arg".
+will, if matched, cause the plugin "example.so" to be called with parameters `http://example.one/`,
+`http://example.two/`, "first_arg" and "second_arg". Please keep in mind that "from" URL and "to" URL
+will be converted to their canonical view.
 
 A key difference between global and remap plugins is reconfiguration and reloading. If
 :file:`remap.config` is reloaded, then all remap plugins are reconfigured based on the new version