bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Bug with GNU Wget 1.13.4, --config


From: Adrien Dumont
Subject: [Bug-wget] Bug with GNU Wget 1.13.4, --config
Date: Tue, 4 Dec 2012 18:49:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Hi,

I have find a bug in GNU Wget 1.13.4 :

wget "$edt_url" --config="$wget_config" \
--post-data="login=$edt_login&password=$edt_password&action=Connexion" \
--keep-session-cookies --save-cookies '/tmp/edt_cookies.txt' \
-O '/dev/null' -nv -a "$log"

is not equivalent to

wget "$edt_url" \
--post-data="login=$edt_login&password=$edt_password&action=Connexion" \
--keep-session-cookies --save-cookies '/tmp/edt_cookies.txt' \
-O '/dev/null' -nv -a "$log" --config="$wget_config"

In the first case, wget runs correctly.

In the second case, wget ignores --config.

$wget_config is a file who contains proxy parameters.

cat $wget_config
http_proxy = http://????.????:address@hidden:3128
use_proxy = on
wait = 15




reply via email to

[Prev in Thread] Current Thread [Next in Thread]