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 redirect url for prefixing the default locale #33762

Merged
merged 4 commits into from Feb 6, 2022

Commits on Jan 28, 2022

  1. Fix redirect url for prefixing the default locale

    We want to prefix the default locale to the current path (`/path`), not the current href (`http://domain.tld/path`).
    lancechentw committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8126abc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Preserve query string when redirecting to default locale

    The previous fix redirect to the correct default locale url, but would drop the query string. This commit preserve the original query string by redirecting to the full href.
    lancechentw committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    0dad2b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Merge branch 'canary' into patch-2

    # Conflicts:
    #	docs/advanced-features/i18n-routing.md
    ijjk committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a5766d4 View commit details
    Browse the repository at this point in the history
  2. ensure query is passed

    ijjk committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    84aa00e View commit details
    Browse the repository at this point in the history