New submission from Jung-chih Wei:
Windows could append a empty host in ProxyOverride list.
Then, proxy_bypass_registry() will return true for any host.
--
components: Windows
messages: 252510
nosy: Jung-chih Wei, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity
Jung-chih Wei added the comment:
patch for default branch
--
keywords: +patch
Added file: http://bugs.python.org/file40714/cpython_98592.patch
___
Python tracker
<http://bugs.python.org/issue25
Jung-chih Wei added the comment:
patch for 2.7 branch
--
Added file: http://bugs.python.org/file40715/cpython_98593.patch
___
Python tracker
<http://bugs.python.org/issue25
Jung-chih Wei added the comment:
I believe IE ignores the empty element because I must access the internet
through proxy.
And please refer to
http://mxr.mozilla.org/mozilla-central/source/toolkit/system/windowsproxy/nsWindowsSystemProxySettings.cpp#177,
Firefox also ignores the empty element