-
Notifications
You must be signed in to change notification settings - Fork 36
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
New locale redirector doesn't support query strings #677
Labels
Milestone
Comments
Hey @janhancic, this has been fixed in 95973c5. |
👍 |
How does this test expect to be run in CI?
Additionally, why is this file not inside a library folder like everything else? (e.g. inside br) |
@sospirited I've moved the locale forwarder into its own library in #710 so its tests can be run just like any other lib. |
dchambers
pushed a commit
that referenced
this issue
Aug 26, 2014
We now allow a much larger range of characters in filenames. We also URL-encode HTML links when necessary, so that everything still works when you upload the files to a web server.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you try to load an app with a URL that contains a query string (
?debug=true
) the new JS redirector will keep redirecting by appending the locale to the end of the URL, so the app never loads.The text was updated successfully, but these errors were encountered: