]> granicus.if.org Git - apache/commit
split ap_process_resource_config into two functions (since we don't wanna
authorAndré Malo <nd@apache.org>
Thu, 7 Aug 2003 16:38:19 +0000 (16:38 +0000)
committerAndré Malo <nd@apache.org>
Thu, 7 Aug 2003 16:38:19 +0000 (16:38 +0000)
commit7a51a3d41ae7d7723bbc4017b3ac64620c7877c4
treef65e551a991b2d364feb6515a48f89dc9e3116d3
parentedb4d007fd474c3baa7efb82d3a30071cdfaa4ae
split ap_process_resource_config into two functions (since we don't wanna
change the api). Only the first one (the ap_ entry point) now checks
for fnmatch and the second one will be called for every file/directory
included.
This, however, avoids infinite recursions, if a filename contains
wildcard characters.

PR: 22194

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