From c51dccd833ccaec00df9420701c879ca6fb0e3b4 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 17 Jan 2022 16:10:51 +0000 Subject: 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 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') 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] -- cgit v1.2.1