- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Aug 2006 13:08:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv18250/httpd/cgi-bin
Modified Files:
Tag: validator-0_7-branch
check
Log Message:
Include no_proxy in env debug output too.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.13
retrieving revision 1.432.2.14
diff -u -d -r1.432.2.13 -r1.432.2.14
--- check 26 Aug 2006 13:05:25 -0000 1.432.2.13
+++ check 26 Aug 2006 13:07:58 -0000 1.432.2.14
@@ -621,7 +621,7 @@
{name => 'Command', value => "@cmd"},
map({name => $_, value => $ENV{$_}},
qw(SP_CHARSET_FIXED SP_ENCODING SP_BCTF SGML_SEARCH_PATH
- http_proxy https_proxy ftp_proxy FTP_PASSIVE)),
+ no_proxy 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:08:15 UTC