diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:02:11 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:02:11 +0200 |
commit | 1925882d55cceb6de7392ea8285d2cd74d6924bc (patch) | |
tree | 06ef2b4d66b83a3d04de684cadcb61550072a5ad /CHANGES | |
parent | just request_uri (diff) | |
download | apache2-1925882d55cceb6de7392ea8285d2cd74d6924bc.tar.xz apache2-1925882d55cceb6de7392ea8285d2cd74d6924bc.zip |
core: Be explicit if an enclosing directive contains a path or a
regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) core: Be explicit if an enclosing directive contains a path or a + regex. [Graham Leggett] + *) mod_http2: fixed a crash during connection termination. See PR 66539. [Stefan Eissing] |