Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A list with forward slashes is inaccessible #15

Open
freefal opened this issue Mar 6, 2019 · 1 comment
Open

A list with forward slashes is inaccessible #15

freefal opened this issue Mar 6, 2019 · 1 comment

Comments

@freefal
Copy link
Contributor

freefal commented Mar 6, 2019

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

@chr15m
Copy link
Member

chr15m commented Mar 6, 2019

Thank you for reporting this, will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants