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

Allow single slash, but not empty string url prefix #638

Open
jfinkels opened this issue Feb 28, 2017 · 0 comments
Open

Allow single slash, but not empty string url prefix #638

jfinkels opened this issue Feb 28, 2017 · 0 comments
Labels

Comments

@jfinkels
Copy link
Owner

In pull request #500 we allowed the empty string as a URL prefix. However, this conflicts with werkzeug's Rule class, which expects the URL prefix to be a string that begins with a slash. Although this does not cause a problem with the code as it is now, this did cause me a problem while I was updating the code to create a schema for issue #625.

We need to change this so that the user cannot enter empty strings.

@jfinkels jfinkels added the bug label Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant