summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-25 15:43:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-25 15:43:46 -0400
commit6236f2309c02804f51947619a261eef7d7afd086 (patch)
tree5f60151be491b99057a6f398874c78d6624a05ab /doc
parentaff4690d1c6508b1a7d2311edabdeafc73049795 (diff)
webapp: Fix bug setting up ssh repo if the user enters "~/" at the start of the path.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Use_a_git_repository_on_the_server_don__39__t_work.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Use_a_git_repository_on_the_server_don__39__t_work.mdwn b/doc/bugs/Use_a_git_repository_on_the_server_don__39__t_work.mdwn
index a2fa6a9e5..1bb985891 100644
--- a/doc/bugs/Use_a_git_repository_on_the_server_don__39__t_work.mdwn
+++ b/doc/bugs/Use_a_git_repository_on_the_server_don__39__t_work.mdwn
@@ -42,3 +42,8 @@ git and git-annex are available on the Remote Server
> `mangleSshHostName` would need to be changed to generate different mangled
> hostnames in all cases. Currently, it skips non-alpha-numeric
> characters in the directory. [[done]] --[[Joey]]
+> --[[Joey]]
+>
+> Additionally, just entering a path starting with "~/" would cause this
+> error, since the webapp tacks on "/~/" to make a relative path absolute.
+> I've also fixed that. [[done]] --[[Joey]]