This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from c1baa3ae05 Cleanup: Move serve_stale autests under cache (#12281)
add 91a654dfa4 Add a setting to choose the data source of IP address for
ACL (#12293)
No new revisions were added by this update.
Summary of changes:
.../configuration/proxy-protocol.en.rst | 4 +
doc/admin-guide/files/records.yaml.en.rst | 14 ++++
include/proxy/IPAllow.h | 4 +
src/iocore/net/SNIActionPerformer.cc | 16 +++-
src/proxy/IPAllow.cc | 32 +++++++-
src/proxy/http/HttpSessionAccept.cc | 18 ++++-
src/proxy/http/remap/UrlRewrite.cc | 28 +++++--
src/proxy/http2/Http2SessionAccept.cc | 16 +++-
src/records/RecordsConfig.cc | 8 ++
tests/gold_tests/ip_allow/ip_allow.test.py | 24 +++++-
.../replays/http_proxy_protocol.replay.yaml} | 35 ++++----
tests/gold_tests/remap/remap_acl.test.py | 93 +++++++++++++++-------
...l => remap_acl_get_post_allowed_pp.replay.yaml} | 4 +
...llow.replay.yaml => ip_allow_proxy.replay.yaml} | 16 +++-
tests/gold_tests/tls/tls_sni_ip_allow.test.py | 38 +++++++--
15 files changed, 279 insertions(+), 71 deletions(-)
copy tests/gold_tests/{remap/reload_server.replay.yaml =>
ip_allow/replays/http_proxy_protocol.replay.yaml} (68%)
copy tests/gold_tests/remap/{remap_acl_get_post_allowed.replay.yaml =>
remap_acl_get_post_allowed_pp.replay.yaml} (97%)
copy tests/gold_tests/tls/replay/{ip_allow.replay.yaml =>
ip_allow_proxy.replay.yaml} (88%)