From 7956b7ecec6e9a221c62edc7db3880f6d15709fe Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 14 Mar 2000 19:29:40 +0000 Subject: [PATCH] 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 --- modules/http/http_core.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.50.1