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

Fussiness about trailing slashes #664

Open
jnm opened this issue Nov 21, 2020 · 1 comment
Open

Fussiness about trailing slashes #664

jnm opened this issue Nov 21, 2020 · 1 comment
Labels

Comments

@jnm
Copy link
Member

jnm commented Nov 21, 2020

Where possible, URL patterns should neither require nor prohibit trailing slashes. For example, let's allow both /submission and /submission/, not redirect one to another. And let's definitely not redirect /api/v1/forms/408809/ to /api/v1/ 😖 (where 408809 is a perfectly valid ID and /api/v1/forms/408809 works just fine)

After we've had our fun here, we should verify KPI's behavior too

@jnm jnm added enhancement low priority To be done later labels Nov 21, 2020
@noliveleger
Copy link
Contributor

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

2 participants