This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from e7dda2b Fix timing error in the tls_hook10 test.
new 554400a Coverity CID #1367529 Copy into fixed size buffer
new 0a14087 Fix logic for loading config file for url_sig plugin.
new 7fbc358 Add pparam to url_sig plugin to make it authenticate pristine
URL, eliminate sheme check, other minor changes.
new d621a8d Add path param url signing option and client ipv6
verification to url_sig.
new bebe771 Remove use of netstat in tests
new cd39a6b Log fields for Connection ID and HTTP/2 Stream ID.
new 871650c Remove the use of netstat from ccid_ctid test
new 44c8d52 Change proxy/logging/LogAccessHttp.h from using 'virtual' to
'override'.
The 8 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/logging/formatting.en.rst | 27 +-
doc/admin-guide/plugins/url_sig.en.rst | 25 +-
plugins/experimental/url_sig/README | 57 ++-
plugins/experimental/url_sig/sign.pl | 171 +++++++-
plugins/experimental/url_sig/url_sig.c | 480 +++++++++++++++------
plugins/experimental/url_sig/url_sig.h | 1 +
proxy/ProxyClientTransaction.h | 5 +
proxy/http/Http1ClientTransaction.h | 10 +
proxy/http2/Http2Stream.h | 32 +-
proxy/logging/Log.cc | 10 +
proxy/logging/LogAccess.cc | 10 +
proxy/logging/LogAccess.h | 14 +-
proxy/logging/LogAccessHttp.cc | 41 ++
proxy/logging/LogAccessHttp.h | 173 ++++----
tests/gold_tests/logging/ccid_ctid.test.py | 102 +++++
.../init.cli.ext => logging/ccid_ctid_observer.py} | 43 +-
tests/gold_tests/pluginTest/url_sig/run_sign.sh | 138 ++++++
tests/gold_tests/pluginTest/url_sig/url_sig.config | 17 +
tests/gold_tests/pluginTest/url_sig/url_sig.gold | 24 ++
.../gold_tests/pluginTest/url_sig/url_sig.test.py | 256 +++++++++++
20 files changed, 1340 insertions(+), 296 deletions(-)
create mode 100644 tests/gold_tests/logging/ccid_ctid.test.py
copy tests/gold_tests/{autest-site/init.cli.ext =>
logging/ccid_ctid_observer.py} (53%)
create mode 100755 tests/gold_tests/pluginTest/url_sig/run_sign.sh
create mode 100644 tests/gold_tests/pluginTest/url_sig/url_sig.config
create mode 100644 tests/gold_tests/pluginTest/url_sig/url_sig.gold
create mode 100644 tests/gold_tests/pluginTest/url_sig/url_sig.test.py
--
To stop receiving notification emails like this one, please contact
[email protected].