This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 541e0641c8 Merge master into 11-Dev
add 981f449927 Fix header_rewrite run-plugin relative path resolution
(#12855)
add fea8566ac6 Add port in HostDBRecord (#12856)
add 6b10f87f1a Add HOSTNAME option to traffic_ctl hostdb status (#12858)
add 640ef4ed71 Fix HostDBInfo::is_down condition (#12846)
add cc9fa72965 cmake: detect FreeBSD's native cap with capsicum (#12859)
add 9e38be49bb hrw4u: Adds QP parameter indexing by name (#12853)
add 24e01700a5 Fix ppa log field (#12863)
add e764b681ff Fix cache directory corruption in parallel dir sync (#12873)
new 490fa6fb8f Merge latest master into 11-Dev
The 1 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:
cmake/Findcap.cmake | 22 ++---
doc/admin-guide/configuration/hrw4u.en.rst | 98 ++++++++++++++--------
doc/appendices/command-line/traffic_ctl.en.rst | 4 +-
include/iocore/hostdb/HostDBProcessor.h | 35 +++++++-
plugins/header_rewrite/header_rewrite.cc | 13 +--
src/iocore/cache/CacheDir.cc | 2 +-
src/iocore/hostdb/HostDB.cc | 7 +-
src/iocore/hostdb/test_HostFile.cc | 3 +-
src/mgmt/rpc/handlers/hostdb/HostDB.cc | 39 ++++++++-
src/proxy/http/HttpTransact.cc | 6 +-
src/proxy/logging/LogAccess.cc | 14 ++--
src/traffic_ctl/CtrlCommands.cc | 14 +++-
src/traffic_ctl/jsonrpc/CtrlRPCRequests.h | 6 +-
src/traffic_ctl/jsonrpc/ctrl_yaml_codecs.h | 10 +++
.../header_rewrite_bundle.replay.yaml | 40 +++++++++
.../{rule_cond_method.conf => run_plugin.conf} | 13 +--
tools/hrw4u/src/hrw_symbols.py | 13 +--
tools/hrw4u/src/tables.py | 10 ++-
tools/hrw4u/tests/data/conds/query-param.ast.txt | 1 +
tools/hrw4u/tests/data/conds/query-param.input.txt | 25 ++++++
.../hrw4u/tests/data/conds/query-param.output.txt | 20 +++++
21 files changed, 304 insertions(+), 91 deletions(-)
copy tests/gold_tests/pluginTest/header_rewrite/rules/{rule_cond_method.conf
=> run_plugin.conf} (67%)
create mode 100644 tools/hrw4u/tests/data/conds/query-param.ast.txt
create mode 100644 tools/hrw4u/tests/data/conds/query-param.input.txt
create mode 100644 tools/hrw4u/tests/data/conds/query-param.output.txt