]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix treatment of regex backreferences.
authorStefan Fritsch <sf@apache.org>
Thu, 29 Mar 2012 19:24:04 +0000 (19:24 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 29 Mar 2012 19:24:04 +0000 (19:24 +0000)
commit4942a552fd993562a6432a25edbefc8b821c1a3b
tree0ebc4a2c761396060cca7fcf93a31d67f91d55a8
parent28a9c0d0ab659bf6334e56a9e2e4b70a0cca0778
Fix treatment of regex backreferences.

r904765 only made half of the necessary changes to remove the use
of '&' as an alias for '$0' and allow to escape any character with a
backslash.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307067 13f79535-47bb-0310-9956-ffa450edef68
server/util.c