bneradt opened a new pull request, #11033: URL: https://github.com/apache/trafficserver/pull/11033
This continues in the vein of #9631 by implementing the following ACL changes for ATS 10 which makes remap.config ACLs behave more similarly to ip_allow.yaml: 1. Fix @action=allow to deny transactions that are not in the allow list. Transactions with non-allowed methods simply didn't match the rule before, so they were not denied. This seems like a bug to me. 2. Change in-line ACL rules to match before activated named ACL rules. 3. If an ACL matches and is run, implicitly stop processing ip_allow.yaml rules. -- 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