]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix minor formatting error. Mention the default for CGICommandArgs.
authorAaron Bannert <aaron@apache.org>
Thu, 21 Mar 2002 16:16:15 +0000 (16:16 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 21 Mar 2002 16:16:15 +0000 (16:16 +0000)
Also mention isindex-style query argument passing, so we don't confuse
this with QUERY_STRING.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94093 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index f8a2167772c20b39ccd57d7130abbbd147eda14b..7947fad3046fb89a4508a8deec53b381fe1d070e 100644 (file)
@@ -20,16 +20,17 @@ Changes with Apache 1.3.24
   *) Win32; Never invoke cmd or bat scripts based on the registry, even 
      for 'ScriptInterpreterSource Registry' enabled.  [William Rowe]
 
- *) Provide Win32 users a log of the cgi command invoked, to assist
 *) Provide Win32 users a log of the cgi command invoked, to assist
      in debugging scripts at LogLevel info.  Also provide env vars
      at LogLevel debug for additional help to admins troubleshooting
      the ever mysterious "Premature end of script headers" error.
      [Aaron Bannert]
 
-  *) Added the 'CgiCommandArgs off' directive, to allow admins
+  *) Added the 'CGICommandArgs off' directive, to allow admins
      to disable the query argument passing mechanism in Apache,
-     if future cgi arguments vulnerabilities should be discovered.
-     [Aaron Bannert]
+     if future CGI argument vulnerabilities should be discovered.
+     This defaults to 'on', meaning isindex-style query arguments
+     are enabled.  [Aaron Bannert]
 
   *) When a proxied site was being served, Apache was replacing
      the original site Server header with it's own, which is not