[issue25338] urllib fail to check host whether it should be bypassed

2015-10-07 Thread Jung-chih Wei
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

[issue25338] urllib fail to check host whether it should be bypassed

2015-10-07 Thread Jung-chih Wei
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

[issue25338] urllib fail to check host whether it should be bypassed

2015-10-07 Thread Jung-chih Wei
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

[issue25338] urllib bypasses all hosts if proxyoverride includes an empty element

2015-10-14 Thread Jung-chih Wei
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