summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-14 14:07:49 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-14 14:07:49 +0000
commitc216724c644b0c591df932bc51be6a7d547b25d6 (patch)
treeb0f3150aaa9f449ef6e56bef9b368ca007ffafff /CHANGES
parente6647e0dcbd8372919330b74a037a69d6cf6f0d0 (diff)
downloadhttpd-c216724c644b0c591df932bc51be6a7d547b25d6.tar.gz
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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22f958ab9f..5776d4a06f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]