You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Sudheer Vinukonda (JIRA)" <ji...@apache.org> on 2014/08/19 20:13:19 UTC

[jira] [Created] (TS-3023) Support space separated values in inline plugin parameters in remap rules

Sudheer Vinukonda created TS-3023:
-------------------------------------

             Summary: 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


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.2#6252)