[
https://issues.apache.org/jira/browse/TS-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814694#comment-13814694
]
Kit Chan commented on TS-2318:
------------------------------
Problem is with the comma.
For a response header with comma-separated values, the plugin only matches with
the first value
> header_rewrite/header_filter plugin is not likey to parse properly.
> -------------------------------------------------------------------
>
> Key: TS-2318
> URL: https://issues.apache.org/jira/browse/TS-2318
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: seri,Kim
>
> header_rewrite/header_filter plugin is not parsing properly.
> My header_rewrite config is
> cond %\{READ_RESPONSE_HDR_HOOK\}
> cond %\{HEADER:Vary\} =Accept-Encoding,User-Agent \[NC\]
> set-header Vary "Accept-Encoding"
> header_rewrite plugin is likely to parse
> not
> Vary: Accept-Encoding,User-Agent
> to
> Vary: Accept-Encoding
> My config is missing something?
> Please, help me.
--
This message was sent by Atlassian JIRA
(v6.1#6144)