After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339134 - Proxy configuration does not export user/password/authentication
Proxy configuration does not export user/password/authentication
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 343810 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-20 09:14 UTC by SECoder
Modified: 2006-06-04 11:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description SECoder 2006-04-20 09:14:49 UTC
When configuring the proxy options on the gnome-control-center,
the system creates a system wide variable named "http_proxy" via
the export command. But in those cases the gnome preferences includes
the authentication option, this information is not exported.
It should be like:
export http_proxy="http://<username>:<password>@<proxy_host>:<proxy_port>"
but it only does:
export http_proxy="http://<proxy_host>:<proxy_port>"
what makes aplications like apt-get and synaptic stop working.

Maybe is a security subject... ¿?
Comment 1 Olav Vitters 2006-04-20 09:19:20 UTC
Gnome-terminal does that since 2.14.x.
Comment 2 Guilherme de Siqueira Pastore 2006-04-20 09:22:00 UTC
Confirmed, will be working on that soon.
Comment 3 Guilherme de Siqueira Pastore 2006-05-14 11:52:52 UTC
Probably fixed in CVS HEAD (the development version), which will probably be released later today as 2.15.0. Please test it! =)
Comment 4 Olav Vitters 2006-06-04 11:11:49 UTC
*** Bug 343810 has been marked as a duplicate of this bug. ***