forwarded 790523 https://savannah.gnu.org/bugs/?45443
found 790523 1.16.3-3
tags 790523 + confirmed
thanks

Hello Ben,

Am Montag, den 29.06.2015, 17:56 -0600 schrieb Ben Hildred:

> wget does not recognize proxy variables when capitalized correctly. 
> It wants
> them in lowercase, which conflicts with private variables in my 
> script. snarf
> does this correctly.

I can confirm this issue and reported it to the upstream bugtracker.

# http_proxy=http://doesnotexist wget gnu.org
--2015-06-30 10:58:36-- http://gnu.org/
Resolving doesnotexist (doesnotexist)... failed: Name or service not
known.
wget: unable to resolve host address 'doesnotexist'

but using it with capitalized variables they are ignored:

# HTTP_PROXY=http://doesnotexist wget gnu.org
--2015-06-30 11:07:42-- http://gnu.org/
Resolving gnu.org (gnu.org)... 208.118.235.148
Connecting to gnu.org (gnu.org)|208.118.235.148|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.gnu.org/ [following]
--2015-06-30 11:07:42-- http://www.gnu.org/
Resolving http://www.gnu.org (http://www.gnu.org)... 208.118.235.148,
2001:4830:134:3::a
Reusing existing connection to gnu.org:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html'

index.html [ <=> ] 23.12K 63.1KB/s in 0.4s

2015-06-30 11:07:43 (63.1 KB/s) - 'index.html' saved [23677]
 

-- 
Noël Köthe <n...@debian.org>
Debian GNU/Linux, www.debian.org

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to