This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new bfcb25e061 cachekey doc: --include-headers matched case insensitively
(#12235)
bfcb25e061 is described below
commit bfcb25e061a87c9bd09f44c87e59419efa4194f3
Author: Brian Neradt <[email protected]>
AuthorDate: Mon May 12 11:39:54 2025 -0500
cachekey doc: --include-headers matched case insensitively (#12235)
Update the cachekey doc to indicate that the HTTP field name list
provided to --include-headers are matched case insensitively.
---
doc/admin-guide/plugins/cachekey.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/admin-guide/plugins/cachekey.en.rst
b/doc/admin-guide/plugins/cachekey.en.rst
index 713d2667d4..0aeb866f02 100644
--- a/doc/admin-guide/plugins/cachekey.en.rst
+++ b/doc/admin-guide/plugins/cachekey.en.rst
@@ -140,7 +140,7 @@ Cache key structure and related plugin parameters
optional components | └───────────────────┴───────────────────┘
configured |
-* ``--include-headers`` (default: empty list) - comma separated list of
headers to be added to the `cache key`. The list of headers defined by
``--include-headers`` are always sorted before adding them to the `cache key`.
+* ``--include-headers`` (default: empty list) - comma separated list of
headers to be added to the `cache key`. The list of headers defined by
``--include-headers`` are always sorted before adding them to the `cache key`.
These header field names are matched case insensitively.
* ``--capture-header=<headername>:<capture_definition>`` (default: empty) -
captures elements from header <headername> using <capture_definition> and adds
them to the `cache key`.