zwoop commented on PR #13207:
URL: https://github.com/apache/trafficserver/pull/13207#issuecomment-5517298051
I think there's a second issue, with @-headers, and potentially other
headers, e.g.
```
leif@hel ~/apache/reviews/tools/hrw4u ±master⚡ » cat /tmp/at.hrw
cond %{REMAP_PSEUDO_HOOK} [AND]
set-header "@Foo" "v"
leif@hel ~/apache/reviews/tools/hrw4u ±master⚡ » uv run ./scripts/u4wrh
/tmp/at.hrw
REMAP {
inbound.req."@Foo" = "v";
}
```
That should produce:
```
REMAP {
inbound.req.@Foo = "v";
}
```
I spent some time with my BFF, and he suggests the applied patch on top of
this patch.
[hrw4u-qualifier-guard.patch](https://github.com/user-attachments/files/31760344/hrw4u-qualifier-guard.patch)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]