summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-09-20 12:40:58 +0000
committerStefan Eissing <icing@apache.org>2022-09-20 12:40:58 +0000
commit4ef081eddf3b243bb7f7fbdbf4750b451c052840 (patch)
tree577e2f6f981d7fab7994635c3af493d36999a75b /changes-entries
parentdb3bb198612fbd43438db0232d9b635eae9d3d63 (diff)
downloadhttpd-4ef081eddf3b243bb7f7fbdbf4750b451c052840.tar.gz
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
information to a backend. Deduce ':authority' from what the client sent when 'ProxyPreserveHost' is on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/h2_proxy_host.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/h2_proxy_host.txt b/changes-entries/h2_proxy_host.txt
new file mode 100644
index 0000000000..bbf34d648c
--- /dev/null
+++ b/changes-entries/h2_proxy_host.txt
@@ -0,0 +1,4 @@
+ *) mod_proxy_http2: use only the ':authority' header to forward 'Host'
+ information to a backend. Deduce ':authority' from what the client
+ sent when 'ProxyPreserveHost' is on.
+ [Stefan Eissing] \ No newline at end of file