-
Notifications
You must be signed in to change notification settings - Fork 112
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
Case sensitivity #59
Comments
Hmm, I think this was mainly my personal preference for all lowercase URLs. But I guess you have a valid point here. Can you check if my commit above helps you? It adds an option |
Thanks! This commit is working for me though consistency is not perfect yet :) I have prepared table which explains how I see it.
Not sure how hard it is to implement such states (because of additional language detection and maybe other things). Does it make sence? |
Config language should never use a lowercase country code, so your line with I'm also not sure, if we really should be so strict and issue 404 or 302 in the cases you've shown. Notice that you can also use wildcard patterns like |
Ah, now I understand. I thought that you want to have lowercase codes in configuration also. It is fine how it works now. Thanks for new option! |
@kavolorn Ok, thanks. I'll create a 1.4.0 release (new feature). Please note that I will rename |
Alright! Thanks :) |
Just noticed that default / url redirects only to lowercase version even keepUppercaseLanguageCode is turned on. Is it a big thing to redirect to uppercase version by default (if option specified)? Thx |
Confirmed and (hopefully) fixed in brandnew release 1.4.2 ;) |
Hi there,
Could you please write why you've decided to lowercase language codes? Is not it more consistent to keep ISO 639-1 codes where last part is in uppercase? Is it possible to make an option which will behave as it was before?
I've just noticed many broken links after update (because some parts of code cannot follow redirects).
Appreciate your work!
The text was updated successfully, but these errors were encountered: