webapp: Fix bug setting up ssh repo if the user enters "~/" at the start of the path.
This commit is contained in:
parent
c8e6947693
commit
f1fe8edbbb
3 changed files with 8 additions and 0 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue