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)