cmcfarlen commented on code in PR #13024:
URL: https://github.com/apache/trafficserver/pull/13024#discussion_r3047885745
##########
tests/gold_tests/pluginTest/header_rewrite/header_rewrite_bundle.replay.yaml:
##########
@@ -314,7 +314,57 @@ sessions:
- [ X-Testing, { value: "elif", as: equal } ]
- [ X-Pre-Else, { as: absent } ]
- # Test 6: cond method GET
+ # Test 6: quoted set matching - second item "bar" should match
+- transactions:
+ - client-request:
+ method: "GET"
+ version: "1.1"
+ url: /from_1/hrw-sets.png
+ headers:
+ fields:
+ - [ Host, www.example.com ]
+ - [ X-Quoted-Set, "bar" ]
Review Comment:
The quotes are on the hrw side. The header side are not expected to be
quotes. These extra checks are to test that values past the first on match.
--
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]