]> granicus.if.org Git - apache/commit
This patch solves several specific issues:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Jun 2000 03:48:25 +0000 (03:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Jun 2000 03:48:25 +0000 (03:48 +0000)
commitfd3e806b92842661bb1102f925803ffe2d754ffe
treecb4798884bbc6b16b242e58ba9e3c8c1219c04c6
parente7a6e844868638ad2a8a7457f8d95b16654e41bf
  This patch solves several specific issues:

     1.3.x truncated any open/command arguments following the %1 arg.
           so this patch adds the char** arguments to several functions

     1.3.x did not expand environment strings (%userprofile% etc.)
           *) This patch may still not do so, if we are running with a
              subset of the 'normal' environment for security reasons.

     1.3.x did not parse the extension itself (eg. the .pl key itself)
           for the command, failing the 'named' type (eg. perlscript),
           so this patch first tests the 'named' key, then the .ext key

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85623 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/generators/mod_cgi.c
modules/http/http_core.c