You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/01/22 18:38:39 UTC

[jira] [Created] (TS-4146) header_rewrite: Improve the URL qualifiers support

Leif Hedstrom created TS-4146:
---------------------------------

             Summary: header_rewrite: Improve the URL qualifiers support
                 Key: TS-4146
                 URL: https://issues.apache.org/jira/browse/TS-4146
             Project: Traffic Server
          Issue Type: Improvement
          Components: Plugins
            Reporter: Leif Hedstrom


Right now, it's rather confusing in that we have these URL qualifiers, which are not generically supported. Instead, we added specific operators, like %{PATH}. I suggest we deprecate those, and make the URL qualifiers generic.

{code}
%{PATH}   becomes %{URL:PATH}
{code}

This also means that other URLs can now also support these operators, e.g.

{code}
%{CLIENT-URL:PATH}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)