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 dots in specific URL's. Fixes #342 #344

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open

Allow dots in specific URL's. Fixes #342 #344

wants to merge 1 commit into from

Conversation

archseer
Copy link

Rails by convention parses the dot in the last part of the URL (after the slash) as a format. This conflicts with song/artist/album titles which include a dot in the name, incorrectly parsing the last part of the name as a dot.

Using constraints, we get around this issue by allowing the params to be anything but a slash.

Rails by convention parses the dot in the last part of the URL (after the slash) as a format. This conflicts with song/artist/album titles which include a dot in the name, incorrectly parsing the last part of the name as a dot.

Using constraints, we get around this issue by allowing the params to be anything but a slash.
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.

None yet

1 participant