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 6056a06eb9 Merge ASF master into 11-Dev
     add 0d8a6aced9 Add set-custom-body config item to header_rewrite (#11472)
     add 05a58d10df setup_server_read_response_header: remove assertion (#11548)
     new 7b574edc54 Merge ASF 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:
 doc/admin-guide/plugins/header_rewrite.en.rst      |  25 ++++
 plugins/header_rewrite/factory.cc                  |   3 +-
 plugins/header_rewrite/operators.cc                | 142 ++++++++++++++++++
 plugins/header_rewrite/operators.h                 |  21 +++
 src/proxy/http/HttpSM.cc                           |   1 -
 .../gold/header_rewrite-set_body_from_200.gold     |   1 +
 .../header_rewrite-set_body_from_conn_fail.gold    |   0
 .../header_rewrite-set_body_from_remap_fail.gold   |   0
 .../gold/header_rewrite-set_body_from_success.gold |   1 +
 .../header_rewrite_set_body_from.test.py           | 161 +++++++++++++++++++++
 .../rules/rule_set_body_from_plugin.conf}          |  10 +-
 .../rules/rule_set_body_from_remap.conf}           |   8 +-
 12 files changed, 367 insertions(+), 6 deletions(-)
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-set_body_from_200.gold
 copy configs/body_factory/default/connect#dns_failed => 
tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-set_body_from_conn_fail.gold
 (100%)
 copy configs/body_factory/default/urlrouting#no_mapping => 
tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-set_body_from_remap_fail.gold
 (100%)
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/gold/header_rewrite-set_body_from_success.gold
 create mode 100644 
tests/gold_tests/pluginTest/header_rewrite/header_rewrite_set_body_from.test.py
 copy tests/gold_tests/pluginTest/{cache_range_requests/reason.conf => 
header_rewrite/rules/rule_set_body_from_plugin.conf} (71%)
 copy tests/gold_tests/pluginTest/{cache_range_requests/reason.conf => 
header_rewrite/rules/rule_set_body_from_remap.conf} (77%)

Reply via email to