Add negative caching tests and fixes.#7359
Merged
bryancall merged 1 commit intoapache:8.1.xfrom Nov 30, 2020
Merged
Conversation
This adds test coverage for the negative caching feature and makes some fixes as a result of the test's findings.
bryancall
approved these changes
Nov 30, 2020
Contributor
|
Am I missing the tests that the commit message talks about? |
Contributor
Author
Oh, good catch. That comment is a copy and paste from the master PR comment that contains the test: That test cannot be ported over into 8.1.x nor 7.1.x because it uses Proxy Verifier which is not supported in the AuTest extension in those branches. |
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Dec 9, 2020
Origin: backport Applied-upstream: apache/trafficserver#7359 Last-Update: 2020-06-25 Last-Update: 2020-06-25 Gbp-Pq: Name 0018-CVE-2020-17509.patch
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Mar 31, 2021
This adds test coverage for the negative caching feature and makes some fixes as a result of the test's findings.
masaori335
added a commit
to masaori335/trafficserver
that referenced
this pull request
Mar 31, 2021
* asf/8.1.x: Reverting to old negative_caching conditional behavior (apache#7401) Updated ChangeLog Revert "Reverting to old negative_caching conditional behavior (apache#7401)" Updated ChangeLog Clear call_sm on tunnel reset (apache#7352) Added CHANGELOG for 8.1.2 Reverting to old negative_caching conditional behavior (apache#7401) Updated to v8.1.2 Updated ChangeLog and STATUS Add negative caching tests and fixes. (apache#7359) ESI: Ensure gzip header is always initialized (apache#7358)
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Aug 20, 2021
Origin: backport Applied-upstream: apache/trafficserver#7359 Last-Update: 2020-06-25 Last-Update: 2020-06-25 Gbp-Pq: Name 0018-CVE-2020-17509.patch
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Jun 9, 2022
Origin: backport Applied-upstream: apache/trafficserver#7359 Last-Update: 2020-06-25 Last-Update: 2020-06-25 Gbp-Pq: Name 0018-CVE-2020-17509.patch
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Jan 22, 2023
Origin: backport Applied-upstream: apache/trafficserver#7359 Last-Update: 2020-06-25 Last-Update: 2020-06-25 Gbp-Pq: Name 0018-CVE-2020-17509.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds test coverage for the negative caching feature and makes some
fixes as a result of the test's findings.