bug-wget
[Top][All Lists]
Advanced

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

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


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Bug with GNU Wget 1.13.4, --config
Date: Sun, 09 Dec 2012 17:06:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Adrien Dumont <address@hidden> writes:

> 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"

indeed it is a bug.  I have pushed a patch that should fix it:

commit b56a528aea6287a9fe5b7b339a4b5ba5d0b9b470
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Dec 9 17:04:39 2012 +0100

    Do not honor --config only when used as first long argument


Thanks to have reported it!

Giuseppe



reply via email to

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