maskit opened a new pull request, #13081: URL: https://github.com/apache/trafficserver/pull/13081
- Fix the default.com test case in targeted-cache-control.replay.yaml that was broken by the cherry-pick of #13054 - The original commit on master (67b96e58bb) added both the default.com remap rule, a priming request, and the verification request — but that commit was not cherry-picked to 10.2.x because the default targeted header change was considered a breaking change - When #13054 was cherry-picked, it brought only the verification block without the remap rule or priming request, causing the test to always fail - Add the default.com remap rule and priming request, and update the verification to expect a cache miss — on 10.2.x the default is no targeted headers, so Cache-Control: no-store should prevent caching even with CDN-Cache-Control: max-age=30 present https://github.com/apache/trafficserver/pull/13080 failed because of the issue. -- 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]
