-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proxy-cache-advanced): the field
age
in response_headers has be…
…en changed from `age` to `Age` (#9360) This PR fixed an issue where the field `age` in response_headers has been changed from `age` to `Age`. **Note:** The value configured for age before the upgrade was not effective, and after the upgrade, the Age configuration will take effect. To maintain consistency in behavior before and after the upgrade, the "Age" needs to be set to false. https://konghq.atlassian.net/browse/KM-198
- Loading branch information
1 parent
71dcff4
commit d3fc46c
Showing
5 changed files
with
132 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
message: | | ||
"**proxy-cache-advanced**: The configuration `Age` in response_headers has been changed from lowercase to uppercase. Please reconfigure the `Age` if you need it." | ||
type: bugfix | ||
scope: Plugin |
This file contains 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
This file contains 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
This file contains 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
This file contains 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