Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 209823

Summary: net-misc/wget-1.11.0 --http-user/--http-password doesn't work
Product: Gentoo Linux Reporter: Johny Quest <johny_quest>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: holger
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johny Quest 2008-02-12 11:56:57 UTC
wget -c --http-user=XXXXXX --http-password=XXXXXXXXX http://rapidshare.com/files/XXXXX/YYYY.ZZZ

doesn't work correctly (i can't fetch file). On version 1.10.2 it's posiible (python urlib2) also provides good methods for this task, so it must be broken in wget. Currently I don't have any stack trace because i've downgraded wget. But wget has written some debug stuff to out file.

Probably also loading cookies in 1.11 wget is broken also (must be checked).

Reproducible: Always

Steps to Reproduce:
1.Find file at rapidshare (or other host using http basic auth)
2.Enter login and pass
3.checkout the output file (should be trace)

Actual Results:  
The file won't be dowloaded

Expected Results:  
File shoulde be dowloaded, and user should be logged
Comment 1 Holger Hoffstätte 2008-03-26 20:50:17 UTC
Not sure if this helps, but --user/password auth works fine with 1.11.1 (just released, not yet in portage). I tested it against my locally protected apache and it authenticates just fine.
Comment 2 SpanKY gentoo-dev 2008-03-26 20:57:05 UTC
1.11.1 in the tree then