You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems go-zero doesn't support case-insensitive route. E.g. If I have a path as /subscription/:id/group/name, then I expect it also works fine with an input /subscription/id/Group/Name. However, go-zero directly returns 404 page not found error. I know Linux system is case-sensitive, however, for endusers, they don't care about upper case or lower case. This will directly impact user experience.
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
The error is
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
OS: [e.g. Linux]
go-zero version [e.g. 1.2.1]
goctl version [e.g. 1.2.1, optional]
More description
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems go-zero doesn't support case-insensitive route. E.g. If I have a path as /subscription/:id/group/name, then I expect it also works fine with an input /subscription/id/Group/Name. However, go-zero directly returns 404 page not found error. I know Linux system is case-sensitive, however, for endusers, they don't care about upper case or lower case. This will directly impact user experience.
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
The error is
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
More description
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: