diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:07:49 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-14 16:07:49 +0200 |
commit | c216724c644b0c591df932bc51be6a7d547b25d6 (patch) | |
tree | b0f3150aaa9f449ef6e56bef9b368ca007ffafff /CHANGES | |
parent | Include header file for the explicit regex. (diff) | |
download | apache2-c216724c644b0c591df932bc51be6a7d547b25d6.tar.xz apache2-c216724c644b0c591df932bc51be6a7d547b25d6.zip |
mod_alias: When an alias is declared inside a Location, make sure
the balance of the URL is preserved to match the alias declared
outside a location. Fixes an error where all requests are mapped
to the root of the location.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_alias: When an alias is declared inside a Location, make sure + the balance of the URL is preserved to match the alias declared + outside a location. Fixes an error where all requests are mapped + to the root of the location. [Graham Leggett] + *) core: Be explicit if an enclosing directive contains a path or a regex. [Graham Leggett] |