[Bug 6836] New: wget redirected page use wrong authentication info
bugzilla at busybox.net
bugzilla at busybox.net
Sat Feb 1 00:58:51 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=6836
Summary: wget redirected page use wrong authentication info
Product: Busybox
Version: 1.22.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Networking
AssignedTo: unassigned at busybox.net
ReportedBy: daleiliu at gmail.com
CC: busybox-cvs at busybox.net
Estimated Hours: 0.0
When wget an URL with username/password and received a 302 message, the second
request sometimes uses wrong username/password info.
For example, run this command:
wget http://user:password@primary.example.com/my-test-file
If the server sends back 302 and redirect to:
http://backup.example.com:80/my-test-file
There will be a chance it uses "backup.example.com:80" or some other random
string as username/password.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list