]> granicus.if.org Git - apache/commit
ProxyFCGISetEnvIf: reject invalid invocations, streamline unsets
authorJacob Champion <jchampion@apache.org>
Fri, 10 Feb 2017 21:31:13 +0000 (21:31 +0000)
committerJacob Champion <jchampion@apache.org>
Fri, 10 Feb 2017 21:31:13 +0000 (21:31 +0000)
commit2c70ed756286b2adf81c55473077698d6d6d16a1
tree540d6bd9d994fc8f94fe78c68088ce8ff37f6332
parent545d85acdaa384a25ee5184a8ee671a18ef5582f
ProxyFCGISetEnvIf: reject invalid invocations, streamline unsets

Neither of the following makes sense:
- ProxyFCGISetEnvIf cond !VARIABLE value
- ProxyFCGISetEnvIf cond !

Error out in these cases. Also, don't execute the (unused) replacement
expression when unsetting.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782532 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c