[
https://issues.apache.org/jira/browse/TS-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-3023:
------------------------------
Issue Type: Improvement (was: Bug)
> Support space separated values in inline plugin parameters in remap rules
> -------------------------------------------------------------------------
>
> Key: TS-3023
> URL: https://issues.apache.org/jira/browse/TS-3023
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: Sudheer Vinukonda
> Assignee: Sudheer Vinukonda
> Fix For: 5.2.0
>
> Attachments: TS-3023.diff
>
>
> While reviewing and testing TS-2947, Leif found that, space separated values
> are not supported correctly for inline plugin params whereas, they work as
> expected when specified in the config file.
> For example,
> @pparam=proxy.config.foo='bar beer' results only in setting
> proxy.config.foo=bar
> whereas
> CONFIG proxy.config.foo STRING 'bar beer' results in setting
> proxy.config.foo='bar beer'
> Further analysis revealed that the limitation is in parsing/tokenizing the
> input, which always treats space or tab as delimiters, regardless of whether
> they are included within quotes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)