addurl url escaping foo

* addurl: Escape invalid characters in urls, rather than failing to
  use an invalid url.
* addurl: Properly handle url-escaped characters in file:// urls.
This commit is contained in:
Joey Hess 2013-03-10 23:00:33 -04:00
parent eedd248371
commit 0ecd05c28d
3 changed files with 21 additions and 11 deletions

View file

@ -25,4 +25,5 @@ Debian sid/experimental
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
> Relaxed url parsing so this will work, and also in http:// urls etc.
> [[done]] --[[Joey]]