]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added shebang check for '! so that .vbs scripts can work as CGI.
authorGuenter Knauf <fuankg@apache.org>
Sun, 17 Apr 2011 16:38:42 +0000 (16:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 17 Apr 2011 16:38:42 +0000 (16:38 +0000)
Backport of r1054347 from trunk; reviewed by wrowe, trawick.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1094174 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a32c696262b19546fa3edfa57de011a24d64c3b6..44cf467c3f566d46d2e7991e71dd7a3599730cf8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,10 @@ Changes with Apache 2.3.12
 
 Changes with Apache 2.3.11
 
+  *) mod_win32: Added shebang check for '! so that .vbs scripts can work as CGI.
+     Win32's cscript interpreter can only use a single quote as comment char.
+     [Guenter Knauf]
+
   *) mod_proxy: balancer-manager now uses POST instead of GET.
      [Jim Jagielski]