You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2022/12/14 18:46:14 UTC

[trafficserver] branch 9.1.x updated: Found a deprecated parameter that wasn't in upgrade notes, we had to search because it wasn't listed on this page (#8997)

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 <ng...@users.noreply.github.com>
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.