Comment 9 for bug 132070

Revision history for this message
Endolith (endolith) wrote :

It does seem to be the intended behavior:

Parser.py

101 # check for schemas of the form: apt+http://
102 if schema.startswith("apt+"):
103 apt_url.repo_url = schema[len("apt+"):] + ":" + package.split("?",1)[0]

I'm not sure it *should* be the intended behavior, but it is.