X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=744ff2d26556e01e1c762728a812bc73b21f819a;hp=688b95957a4f1d309cf8f63696b552bcc20edd2f;hb=51f8e656335f0322feeb9a6d2cb5eaeaa258ec4e;hpb=b132127412def9e5094f70bed5792618a91b1b5d diff --git a/src/ChangeLog b/src/ChangeLog index 688b9595..744ff2d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-11-27 Saint Xavier + + * http.c (gethttp): Move authentication code before filename + allocation avoiding fallbacking on default filename because + "Content-Disposition" header wasn't present before authentcation + has been completed. Fixes bug #24862. + 2008-11-16 Steven Schubiger * main.c: Declare and initialize the numurls counter.