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(apigateway): allow multi-level base path mapping #23362

Merged
merged 7 commits into from Dec 17, 2022

Commits on Dec 15, 2022

  1. Allow multi-level base path mapping

    Update base path mapping validations to allow multi-level base path
    mappings.
    Base path mapping cannot start or end with slash and cannot contain
    consecutive slashes.
    VarunWachaspati committed Dec 15, 2022
    Copy the full SHA
    7037249 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    VarunWachaspati committed Dec 15, 2022
    Copy the full SHA
    2b94aaf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7ec0d5f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    60757b3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6eb749a View commit details
    Browse the repository at this point in the history
  6. update unit tests

    VarunWachaspati committed Dec 15, 2022
    Copy the full SHA
    f6e595a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Copy the full SHA
    a8d3a30 View commit details
    Browse the repository at this point in the history