[ 
https://issues.apache.org/jira/browse/TS-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131735#comment-14131735
 ] 

ASF subversion and git services commented on TS-3023:
-----------------------------------------------------

Commit 85afd76e07380161dc3268a1b5d3bdd7286a9527 in trafficserver's branch 
refs/heads/master from [~sudheerv]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=85afd76 ]

[TS-3023] - Support space separated values in inline plugin parameters in remap 
rules


> 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: Bug
>          Components: Core
>            Reporter: 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)

Reply via email to