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

Prevent path or view_name being longer than 190 characters #314

Merged
merged 1 commit into from
Oct 28, 2018

Conversation

smaccona
Copy link
Collaborator

MySQL index restrictions prevent us from having path or view_name be longer than 190 characters (see #38), but there is no logic in the Request object to enforce this limit when saving, so long URLs cause a 500 error.

Closes #179.

MySQL index restrictions prevent us from having path or view_name be longer than 190 characters (see jazzband#38), but there is no logic in the Request object to enforce this limit when saving, so long URLs cause a 500 error.

Closes jazzband#179.
@smaccona
Copy link
Collaborator Author

@avelis I think this is good to go - let me know if you have any questions.

@avelis avelis merged commit 6b7e85a into jazzband:master Oct 28, 2018
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

Successfully merging this pull request may close these issues.

2 participants