]> 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)
commit43e022f007cf8cde3b1cbe577de74464e10f2f55
treea03d807274e739557b4d8f4480745d11272c6e4a
parent0f27b530ef19a5fa6c45b1502c9ab148b0ae4722
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