masaori335 commented on code in PR #11433: URL: https://github.com/apache/trafficserver/pull/11433#discussion_r1650492504
########## tests/gold_tests/ip_allow/ip_category.test.py: ########## @@ -230,6 +230,7 @@ def _configure_traffic_server(self) -> None: 'proxy.config.ssl.server.private_key.path': ts.Variables.SSLDir, 'proxy.config.ssl.client.verify.server.policy': 'PERMISSIVE', 'proxy.config.http.connect_ports': Test_ip_category._server.Variables.http_port, + 'proxy.config.url_remap.acl_matching_policy': 1, # TODO: adjust expected_responses with the default config Review Comment: This `ip_category` test should be tested with `acl_matching_policy: 0`, but I'd leave this with TODO on this PR. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org