]> granicus.if.org Git - apache/commitdiff
Whoops, that's quadstate, the value 3 is not-present.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 19:44:45 +0000 (19:44 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 19:44:45 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92460 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index 3a076243f203b58c3f551e1e3e17683eb021c6f7..a5097060b8f5252a70f411e578cce572869953f5 100644 (file)
@@ -131,7 +131,7 @@ static void *create_core_dir_config(apr_pool_t *a, char *dir)
     conf->override = dir ? OR_UNSET : OR_UNSET|OR_ALL;
 
     conf->content_md5 = 2;
-    conf->accept_path_info = AP_REQ_DEFAULT_PATH_INFO;
+    conf->accept_path_info = 3;
 
     conf->use_canonical_name = USE_CANONICAL_NAME_UNSET;