]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
webapi.txt: reinstate documentation of the unpleasant URI-escaping needed for
authorBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 13:58:08 +0000 (06:58 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 13:58:08 +0000 (06:58 -0700)
slashes in dirnode URIs, to be resolved some day by #102.

docs/webapi.txt

index 20f7fbc7c9f9ac29f84bf8eb7a0e6ace4f09fe3d..48c4452feff1d59b82bbace748656523856bcfc6 100644 (file)
@@ -80,6 +80,15 @@ sequence of slash-separated pathnames following, or with "uri/" as the top
 level, followed by a URI, optionally followed by a sequence of
 slash-separated pathnames.
 
+Note that since tahoe URIs may contain slashes (in particular, dirnode URIs
+contain a FURL, which resembles a regular HTTP URL and starts with pb://),
+when URIs are used in this form, they must be specially quoted. All slashes
+in the URI must be replaced by '!' characters. The intent is to remove this
+unpleasant requirement in a future release: please see ticket #102 for
+details. An example of this sort of directory-URI URL is:
+
+ http://localhost:8011/uri/URI%3ADIR%3Apb%3A!!xextf3eap44o3wi27mf7ehiur6wvhzr6%40207.7.153.180%3A56677%2C127.0.0.1%3A56677!vdrive%3Agqu1fub33exw9cu63718yzx6gr/
+
 Now, what can we do with these URLs? By varying the HTTP method
 (GET/PUT/POST/DELETE) and by appending a type-indicating query argument, we
 control what we want to do with the data and how it should be presented.