You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "seri,Kim (JIRA)" <ji...@apache.org> on 2013/11/04 10:06:16 UTC

[jira] [Created] (TS-2318) header_rewrite/header_filter plugin is not likey to parse properly.

seri,Kim created TS-2318:
----------------------------

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