Bug 54898 - implement NO_PROXY in preset environment variables proxy configuration
Summary: implement NO_PROXY in preset environment variables proxy configuration
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmproxy (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-20 00:21 UTC by Michael Wardle
Modified: 2003-02-28 02:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Wardle 2003-02-20 00:21:52 UTC
Version:            (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Under the Internet & Network -> Proxy control panel item (or the
Konqueror Proxy Settings dialog), it is possible to select the
"Preset environment variables" option to set the proxy URI for
HTTP, HTTPS, and FTP protocols, which are autodetected from the
HTTP_PROXY, HTTPS_PROXY, and FTP_PROXY environment variables
respectively.

Another common environment variable related to this is the
NO_PROXY environment variable, which specifies domains for which
a proxy host should not be used.  Further information on this variable's
use can be found here:
<http://www.w3.org/Daemon/User/Proxies/ProxyClients.html>

As with all the proxy environment variables, they come in an uppercase
form (NO_PROXY) and a lowercase form (no_proxy).

Please implement autodetection of this environment variable and
use its value appropriately if it is detected.
Comment 1 Dawit Alemayehu 2003-02-28 02:56:45 UTC
Hello Michael, 
 
This has been implemented in the current development version which will become the 3.2 release.  
It will not be backported into the stable 3.1.x branch because of string changes that require 
translations. 
 
Thanks for the report. 
 
Regards, 
Dawit A.