]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
allow quoted paths in <IfFile>
authorEric Covener <covener@apache.org>
Wed, 7 Jun 2017 00:52:10 +0000 (00:52 +0000)
committerEric Covener <covener@apache.org>
Wed, 7 Jun 2017 00:52:10 +0000 (00:52 +0000)
commitf5071e48bfbf73d694e7493e4bd506fef6c51782
tree43bdda218603cb2ee903c37ed70a4620677c1672
parenta30d71c824af2c292e97ea2307e6aa99f1837d1a
allow quoted paths in <IfFile>

The boilerplate code for config sections conflicts with TAKE1
because of the trailing stuff to terminate the opening tag.

Change from TAKE1 to RAW_ARGS and call ap_getword_conf()
directly.

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