[
https://issues.apache.org/jira/browse/TS-4797?focusedWorklogId=28103&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-28103
]
ASF GitHub Bot logged work on TS-4797:
--------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/16 07:51
Start Date: 05/Sep/16 07:51
Worklog Time Spent: 10m
Work Description: Github user masaori335 commented on the issue:
https://github.com/apache/trafficserver/pull/951
Please take another look.
I added test cases which @maskit pointed out. And allow backslash-escape
outside of quoted-string too.
Issue Time Tracking
-------------------
Worklog Id: (was: 28103)
Time Spent: 1h 40m (was: 1.5h)
> Backslash-escape is not allowed in rewriting rules
> --------------------------------------------------
>
> Key: TS-4797
> URL: https://issues.apache.org/jira/browse/TS-4797
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: Masaori Koshiba
> Fix For: 7.0.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> I noticed that backslash-escape in quoted-string is not allowed in
> header-rewrite plugin rules. IIRC, this is allowed in 5.3.x.
> e.g.
> {noformat}
> cond %{SEND_RESPONSE_HDR_HOOK}
> add-header Public-Key-Pins
> "pin-sha256=\"UgXZQmS15cJoBeWTvbmCE+PGw5/oHV00e+MMyuXr0YQ=\";
> pin-sha256=\"eYKlKmvqHnR4CsglcYuNzvro7rrmFINrje5nSAxnEsc=\"; max-age=600;
> includeSubDomains" [L]
> {noformat}
> I got below error
> {noformat}
> 20160830.16h19m34s [header_rewrite] malformed line "add-header
> Public-Key-Pins "pin-sha256=\"UgXZQmS15cJoBeWTvbmCE+PGw5/oHV00e+MMyuXr0YQ=\";
> pin-sha256=\"eYKlKmvqHnR4CsglcYuNzvro7rrmFINrje5nSAxnEsc=\"; max-age=600;
> includeSubDomains" [L]" ignoring...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)