todoMini icon indicating copy to clipboard operation
todoMini copied to clipboard

A list with forward slashes is inaccessible

Open freefal opened this issue 5 years ago • 1 comments

Steps to reproduce:

  1. Create a new todo list called foo/bar
  2. Try to click on it

Expected behavior: Go to list foo/bar Actual behavior: Nothing happens

Looking at the filesystem server-side you'll see that a file called bar.txt is created in the data folder. If you do a refresh on the client, the list will appear as bar and be clickable.

Suggested fix: Fully escape list names

freefal avatar Mar 06 '19 16:03 freefal