aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-10 23:00:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-10 23:00:33 -0400
commit3529ab26188f49250ca2b8d254594e72e4aaeabb (patch)
tree3ca4a1ee37146f6cd1bd80a02d8696f7a7bf2b09 /doc
parent233e177f91a6ac504e94b32a6950bfd3d37d0c65 (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn b/doc/bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn
index 7e135e34b..40a310df4 100644
--- a/doc/bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn
+++ b/doc/bugs/addurl_file_doesn__39__t_work_with_spaces_in_filenames_and_--fast.mdwn
@@ -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]]