[Bug 1343888] Re: _get_changelog_or_news does not handle Basic auth properly

2019-03-26 Thread Brian Murray
In MyCache.py we can see the following which may no longer be true. 246 # https uris are not supported when they contain a username/password 247 # because the urllib2 https implementation will not check certificates 248 # and so its possible to do a man-in-the-middle

[Bug 1343888] Re: _get_changelog_or_news does not handle Basic auth properly

2014-07-18 Thread Dominik George
Thanks, Launchpad broke my pasted diff. ** Patch added: update-manager_basic-auth.diff https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1343888/+attachment/4155396/+files/update-manager_basic-auth.diff -- You received this bug notification because you are a member of Ubuntu

[Bug 1343888] Re: _get_changelog_or_news does not handle Basic auth properly

2014-07-18 Thread Ubuntu Foundations Team Bug Bot
The attachment update-manager_basic-auth.diff seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1343888] Re: _get_changelog_or_news does not handle Basic auth properly

2014-07-18 Thread Dominik George
** Description changed: _get_changelog_or_news when fetching chengelogs from third-party URLS that contain username:password does not handle that information correctly. urllib2 expects to get the authorization information in a an Opener object isntead of in the URL. Passing it in the