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

fix: don't lowercase routes when normalizing layers #60

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

danielroe
Copy link
Member

resolves nuxt/nuxt#13230

We should either not lowercase routes when adding - or we should lowercase them both on adding routes and per-request. I think case sensitivity is a reasonable default, with the possibility (of course) of adding a custom .match per-route to allow case insensitivity.

@danielroe danielroe added the bug Something isn't working label Jan 18, 2022
@danielroe danielroe requested a review from pi0 January 18, 2022 10:29
@danielroe danielroe self-assigned this Jan 18, 2022
@pi0 pi0 merged commit 5bb05ce into main Jan 18, 2022
@pi0 pi0 deleted the fix/case-sensitivity branch January 18, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filename casing breaks ./server/api
2 participants