launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #01828
Handling of file:/// urls in the database
Something that turns out to a bit annoying when you try to test bzr-svn
with Launchpad is that bzr doesn't allow a netloc part in file:// urls
and the launchpad "valid_absolute_url" insists on a netloc in all URLs
(of course it's essentially always 'localhost' in file:// URLs). This
is a bit stupid for bzr and I'll fix it to accept file://localhost/
URLs, but would it be possible to change this for Launchpad too?
Cheers,
mwh
Follow ups