zc.buildout opening connections to hosts that are explictely disallowed through the allow-hosts configuration

Bug #296313 reported by Andreas Jung
2
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

The related section of my (Plone) buildout.cfg looks like this:

find-links =
    http://dist.plone.org
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads
    http://pypi.zopyx.com

allow-hosts = *pypi.zopyx.com*

This configuration tells buildout to use pypi.zopyx.com only. However when I run buildout under the control of stract, I see that buildout hangs during a HTTP connection to download.zope.org (which is currently down) due to some hardware problem. Why is buildout connecting to download.zope.org although forbidden by the configuration?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.