summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2022-01-17 16:10:51 +0000
committerGraham Leggett <minfrin@apache.org>2022-01-17 16:10:51 +0000
commitc51dccd833ccaec00df9420701c879ca6fb0e3b4 (patch)
treea2cac77ceb793e94c8e774f0efb2800b611be3fc /CHANGES
parent3a286780b19a6022c0d2cafff800586be900b73b (diff)
downloadhttpd-c51dccd833ccaec00df9420701c879ca6fb0e3b4.tar.gz
core: Allow an optional expression to be specified for an effective
path in the DirectoryMatch and LocationMatch directives. This allows modules like mod_dav to map URLs to URL spaces or to directories on the filesystem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897156 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 de3bbe22d6..cc04ee13e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: Allow an optional expression to be specified for an effective
+ path in the DirectoryMatch and LocationMatch directives. This allows
+ modules like mod_dav to map URLs to URL spaces or to directories on
+ the filesystem. [Graham Leggett]
+
*) http: Enforce that fully qualified uri-paths not to be forward-proxied
have an http(s) scheme, and that the ones to be forward proxied have a
hostname, per HTTP specifications. [Ruediger Pluem, Yann Ylavic]