]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Support named groups and backreferences within the LocationMatch,
authorGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2013 19:50:52 +0000 (19:50 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 30 Dec 2013 19:50:52 +0000 (19:50 +0000)
commitf67f82ecf3f515078f61baec1e067533e4a370b5
treea03d807274e739557b4d8f4480745d11272c6e4a
parentb64b48f93303701e90c065598c8ff0140d0e5e0d
core: Support named groups and backreferences within the LocationMatch,
DirectoryMatch, FilesMatch and ProxyMatch directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554300 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/ap_regex.h
include/http_core.h
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
server/core.c
server/request.c
server/util_pcre.c