From: dgaudet Date: Tue, 14 Mar 2000 19:29:40 +0000 (+0000) Subject: go dirk go, RAW_ARGS is evil. added a TODOC. X-Git-Tag: APACHE_2_0_ALPHA_2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7956b7ecec6e9a221c62edc7db3880f6d15709fe;p=apache go dirk go, RAW_ARGS is evil. added a TODOC. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84767 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index e1e66f2518..a1a4c79611 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -2348,6 +2348,7 @@ static const command_rec core_cmds[] = { "Name(s) of per-directory config files (default: .htaccess)" }, { "DocumentRoot", set_document_root, NULL, RSRC_CONF, TAKE1, "Root directory of the document tree" }, +/* TODOC: ErrorDocument no longer has silly quoting semantics */ { "ErrorDocument", set_error_document, NULL, OR_FILEINFO, TAKE2, "Change responses for HTTP errors" }, { "AllowOverride", set_override, NULL, ACCESS_CONF, RAW_ARGS,