This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new 5dedafb63 Found a deprecated parameter that wasn't in upgrade notes,
we had to search because it wasn't listed on this page (#8997)
5dedafb63 is described below
commit 5dedafb63bedb1a0e98dd343d9e938f1d515a612
Author: Nathan Garabedian <[email protected]>
AuthorDate: Wed Dec 14 10:46:07 2022 -0800
Found a deprecated parameter that wasn't in upgrade notes, we had to search
because it wasn't listed on this page (#8997)
---
doc/release-notes/upgrading.en.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/release-notes/upgrading.en.rst
b/doc/release-notes/upgrading.en.rst
index 1677bf07a..e97361eb4 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -91,6 +91,7 @@ The following settings are simply gone, and have no purpose:
* `proxy.config.cache.storage_filename` (see next section as well)
* `proxy.config.http.server_tcp_init_cwnd` (see Solaris section below)
* `proxy.config.http.parent_proxy_routing_enable` (implicit by use of
:file:`parent.config`)
+* `proxy.config.disable_configuration_modification` (is always on)
All the `Vary` related configuration overrides were eliminated, prefer to set
this via the origin server, or modify the `Vary`
header on server responses instead.