You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2021/07/12 23:01:30 UTC

[trafficserver] branch master updated (f559a6b -> 284fe0a)

This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from f559a6b  Fix use after free (#8022)
     add 284fe0a  Add option to mostly strictly check URL characters (#8012)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |  6 +-
 mgmt/RecordsConfig.cc                              |  2 +-
 proxy/hdrs/HTTP.cc                                 |  2 +-
 proxy/hdrs/HTTP.h                                  |  8 +--
 proxy/hdrs/HdrTSOnly.cc                            |  2 +-
 proxy/hdrs/URL.cc                                  | 28 ++++++++-
 proxy/hdrs/URL.h                                   |  2 +-
 proxy/hdrs/unit_tests/test_URL.cc                  | 45 ++++++++++++++-
 proxy/http/HttpConfig.cc                           |  2 +-
 ...od_request.gold => bad_good_request_http1.gold} |  3 +-
 .../headers/good_request_after_bad.test.py         | 66 +++++++++++++++++++++-
 11 files changed, 149 insertions(+), 17 deletions(-)
 copy tests/gold_tests/headers/gold/{bad_good_request.gold => bad_good_request_http1.gold} (71%)