diff options
author | Graham Leggett <minfrin@apache.org> | 2022-01-17 17:10:51 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2022-01-17 17:10:51 +0100 |
commit | c51dccd833ccaec00df9420701c879ca6fb0e3b4 (patch) | |
tree | a2cac77ceb793e94c8e774f0efb2800b611be3fc /CHANGES | |
parent | bump autuconf min to 2.60 (diff) | |
download | apache2-c51dccd833ccaec00df9420701c879ca6fb0e3b4.tar.xz apache2-c51dccd833ccaec00df9420701c879ca6fb0e3b4.zip |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |