This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 2e2c25da96 cripts: rename get/set macros to Get/Set (#11488)
add 8e6a297f6d Change remap ACL matching policy to 'Match on IP and
Method' (#11433)
No new revisions were added by this update.
Summary of changes:
include/proxy/http/HttpTransact.h | 1 +
include/proxy/http/remap/UrlRewrite.h | 10 +-
src/proxy/http/HttpTransact.cc | 7 +-
src/proxy/http/remap/UrlRewrite.cc | 35 ++++-
src/records/RecordsConfig.cc | 2 +
tests/autest.sh | 1 +
tests/autest.sh.in | 1 +
tests/gold_tests/ip_allow/ip_category.test.py | 1 +
tests/gold_tests/remap/all_acl_combinations.py | 146 +++++++++++++++++++++
.../h3_sni.replay.yaml => remap/base.replay.yaml} | 57 ++++----
tests/gold_tests/remap/deactivate_ip_allow.py | 96 ++++++++++++++
tests/gold_tests/remap/deny_head_post.replay.yaml | 2 -
tests/gold_tests/remap/remap_acl.test.py | 128 ++++++++++++++++--
.../remap/remap_acl_all_allowed.replay.yaml | 2 -
.../remap/remap_acl_all_denied.replay.yaml | 2 -
.../remap/remap_acl_get_allowed.replay.yaml | 2 -
.../remap/remap_acl_get_post_allowed.replay.yaml | 2 -
.../remap/remap_acl_get_post_denied.replay.yaml | 2 -
18 files changed, 434 insertions(+), 63 deletions(-)
create mode 100644 tests/gold_tests/remap/all_acl_combinations.py
copy tests/gold_tests/{h3/replays/h3_sni.replay.yaml =>
remap/base.replay.yaml} (68%)
create mode 100644 tests/gold_tests/remap/deactivate_ip_allow.py