Replies: 1 comment 1 reply
-
|
Hi, @tanin47! 👋
Moreover, I think a reverse proxy (like Nginx) can do this work and rewrite (make lowercase) URL for request before proxy them to Play server. But I agree, that case-[in]sensitive can be a configurable feature in Play in future if someone implement it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today we told user to type in the URL directly, and, to our surprise, the user capitalised the first letter of the path, and that led to 404.
I wonder if Play supports case insensitivity on
conf/routes. In general, I don't care whether it's lower or upper case, though I do care that:variableis case sensitive.I was looking around and couldn't find a way to do this where it wouldn't impact
:variable. I wonder if this would be a good feature add. In general, it is a bit unreasonable to have/pathand/Pathpointing to a different place anyway. So, maybe this might apply to many people who use Play.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions