Don't abort on https or other unknown download URL schemes
commit3c3272d6a47f93f3fa064b5df195e8b66f89149f
authorThomas Leonard <talex5@gmail.com>
Sun, 11 May 2008 14:37:00 +0000 (11 15:37 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 11 May 2008 14:37:00 +0000 (11 15:37 +0100)
treea9bed95a59afe201fe10d51c2492d5769ce89d03
parent31734a5184c7e3e7fc4613529689810346c7fd30
Don't abort on https or other unknown download URL schemes

Zero Install would fail to load a feed that contained a download
URL with an unknown scheme. Now, we don't generate an error unless
the user actually tries to download it. Also, added 'https' to the
list of allowed schemes. Reported by Justus Winter.
zeroinstall/injector/fetch.py
zeroinstall/injector/model.py