- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Aug 2006 13:05:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv16303/httpd/cgi-bin
Modified Files:
Tag: validator-0_7-branch
check
Log Message:
Include more environment variables in debug output.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.12
retrieving revision 1.432.2.13
diff -u -d -r1.432.2.12 -r1.432.2.13
--- check 5 Aug 2006 09:43:15 -0000 1.432.2.12
+++ check 26 Aug 2006 13:05:25 -0000 1.432.2.13
@@ -619,9 +619,9 @@
$T->param(debug =>
[
{name => 'Command', value => "@cmd"},
- {name => 'SP_CHARSET_FIXED', value => $ENV{SP_CHARSET_FIXED}},
- {name => 'SP_ENCODING', value => $ENV{SP_ENCODING}},
- {name => 'SP_BCTF', value => $ENV{SP_BCTF}},
+ map({name => $_, value => $ENV{$_}},
+ qw(SP_CHARSET_FIXED SP_ENCODING SP_BCTF SGML_SEARCH_PATH
+ http_proxy https_proxy ftp_proxy FTP_PASSIVE)),
{name => 'Content-Encoding', value => $File->{ContentEnc}},
{name => 'Transfer-Encoding', value => $File->{TransferEnc}},
],
Received on Saturday, 26 August 2006 13:05:39 UTC