]> granicus.if.org Git - apache/commitdiff
With the latest patch to config.c wildcards now work.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 Jan 2003 17:01:32 +0000 (17:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 14 Jan 2003 17:01:32 +0000 (17:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98265 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 6c1743318e1ee76c525504456d218dafb472ead8..cc9ba9e00f8027e273871806c06c59ccf33c5aeb 100644 (file)
@@ -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);