From: William A. Rowe Jr Date: Tue, 14 Jan 2003 17:01:32 +0000 (+0000) Subject: With the latest patch to config.c wildcards now work. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d4551fd02aeebff5341fe100194e421c21f8fff;p=apache With the latest patch to config.c wildcards now work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98265 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 6c1743318e..cc9ba9e00f 100644 --- a/server/core.c +++ b/server/core.c @@ -2193,9 +2193,6 @@ static const char *include_config (cmd_parms *cmd, void *dummy, ap_directive_t *conftree = NULL; const char* conffile = ap_server_root_relative(cmd->pool, name); - /* XXX: ap_server_root_relative won't work on the wildcard pattern... - */ - if (!conffile) { return apr_pstrcat(cmd->pool, "Invalid Include path ", name, NULL);