]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: :scheme pseudo-header values, not matching the
authorStefan Eissing <icing@apache.org>
Thu, 10 Feb 2022 10:59:08 +0000 (10:59 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 10 Feb 2022 10:59:08 +0000 (10:59 +0000)
commitb90220157d4ef25d2ecbbb96ee8b2e99b661f8d5
tree2ce4130b6fc8d6a598d50dace88bbbcda7f78bd1
parent9a317b45e570ff33623fd84ad968e36a635751b0
  *) mod_http2: :scheme pseudo-header values, not matching the
     connection scheme, are forwarded via absolute uris to the
     http protocol processing to preserve semantics of the request.
     Checks on combinations of pseudo-headers values/absence
     have been added as described in RFC 7540.
     Fixes <https://github.com/icing/mod_h2/issues/230>.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897940 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/http2_request_scheme.txt
modules/http2/h2_c2.c
modules/http2/h2_request.c
modules/http2/h2_stream.c
test/modules/http2/test_003_get.py