[issue25338] urllib fail to check host whether it should be bypassed
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: normal status: open title: urllib fail to check host whether it should be bypassed type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issue25338> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25338] urllib fail to check host whether it should be bypassed
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/issue25338> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25338] urllib fail to check host whether it should be bypassed
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/issue25338> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25338] urllib bypasses all hosts if proxyoverride includes an empty element
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. -- ___ Python tracker <http://bugs.python.org/issue25338> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com