]> granicus.if.org Git - apache/commit
Merge r1554300, r1554301, r1554994, r1555266 from trunk:
authorJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:14:26 +0000 (16:14 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:14:26 +0000 (16:14 +0000)
commit858b4b4cbe770fd771d3906143aa27cf667f61e1
tree0e942fc5c7c111ee8e4ed18a7742bc2ca05db0fd
parent38856d02536cc9d5d528cfba4f2e5e43bcf02511
Merge r1554300, r1554301, r1554994, r1555266 from trunk:

core: Support named groups and backreferences within the LocationMatch,
DirectoryMatch, FilesMatch and ProxyMatch directives.

Documentation for the support of named groups and backreferences.

c89 fix

Add a "MATCH_" prefix to variables set within
LocationMatch/DirectoryMatch/FilesMatch.

Submitted by: minfrin, covener, minfrin
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555551 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
STATUS
docs/manual/mod/core.xml
docs/manual/mod/mod_proxy.xml
docs/manual/sections.xml
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