Steps to reproduce:
- Create a new todo list called
foo/bar
- 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
Steps to reproduce:
foo/barExpected behavior: Go to list
foo/barActual behavior: Nothing happens
Looking at the filesystem server-side you'll see that a file called
bar.txtis created in thedatafolder. If you do a refresh on the client, the list will appear asbarand be clickable.Suggested fix: Fully escape list names