From: William A. Rowe Jr Date: Thu, 13 Dec 2001 19:44:45 +0000 (+0000) Subject: Whoops, that's quadstate, the value 3 is not-present. X-Git-Tag: 2.0.30~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a12371d10e65a01fcc6aa8d915ab82e16342e2ce;p=thirdparty%2Fapache%2Fhttpd.git Whoops, that's quadstate, the value 3 is not-present. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 3a076243f20..a5097060b8f 100644 --- a/server/core.c +++ b/server/core.c @@ -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;