This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 33ee61f224 Update boringssl in build-h3-tools script (#11615)
new 544be4f177 Remove matrix parameters from the cookie remap plugin
(#11579)
new eb7946e2cf ACL filters: set_allow/set_deny (#11619)
new 2c24bc8b49 Cleanup: remove invalid option from traffic_ctl (#11627)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/proxy/IPAllow.h | 9 +-
include/proxy/http/remap/RemapConfig.h | 13 +-
include/proxy/http/remap/UrlRewrite.h | 16 +-
plugins/experimental/cookie_remap/cookie_remap.cc | 4 -
src/proxy/IPAllow.cc | 25 ++-
src/proxy/http/remap/RemapConfig.cc | 44 ++++-
src/proxy/http/remap/UrlRewrite.cc | 31 ++--
src/traffic_ctl/CtrlPrinters.cc | 3 +-
tests/gold_tests/ip_allow/ip_category.test.py | 10 +-
.../cookie_remap/configs/matrixconfig.txt | 24 ---
.../pluginTest/cookie_remap/gold/matrix.gold | 11 --
.../pluginTest/cookie_remap/matrixparams.test.py | 186 ---------------------
tests/gold_tests/remap/all_acl_combinations.py | 184 ++++++++++----------
tests/gold_tests/remap/remap_acl.test.py | 142 ++++++++++++----
14 files changed, 314 insertions(+), 388 deletions(-)
delete mode 100644
tests/gold_tests/pluginTest/cookie_remap/configs/matrixconfig.txt
delete mode 100644 tests/gold_tests/pluginTest/cookie_remap/gold/matrix.gold
delete mode 100644
tests/gold_tests/pluginTest/cookie_remap/matrixparams.test.py