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 9ca0fc169c Fix nightly OS build issue - null stringview (#12379)
add 59e1da84a6 Make negative_caching_list and negative_revalidating_list
overridable using MgmtConverter (#12310)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/files/records.yaml.en.rst | 4 +
.../api/functions/TSHttpOverridableConfig.en.rst | 2 +
.../api/types/TSOverridableConfigKey.en.rst | 2 +
include/proxy/http/HttpConfig.h | 40 +++++--
include/ts/apidefs.h.in | 2 +
plugins/lua/ts_lua_http_config.cc | 4 +
src/api/InkAPI.cc | 44 ++++++--
src/api/InkAPITest.cc | 65 ++++++------
src/proxy/http/HttpConfig.cc | 116 +++++----------------
src/proxy/http/HttpTransact.cc | 5 +-
src/shared/overridable_txn_vars.cc | 2 +
.../pluginTest/conf_remap/conf_remap.test.py | 72 +++++++++++++
.../conf_remap/etc/negative_caching_list.yaml | 4 +
.../conf_remap/replay/conf_remap.replay.yaml} | 115 ++++++++------------
14 files changed, 268 insertions(+), 209 deletions(-)
create mode 100644 tests/gold_tests/pluginTest/conf_remap/conf_remap.test.py
create mode 100644
tests/gold_tests/pluginTest/conf_remap/etc/negative_caching_list.yaml
copy tests/gold_tests/{cache/replay/negative-caching-customized.replay.yaml =>
pluginTest/conf_remap/replay/conf_remap.replay.yaml} (59%)