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(parser) skip processing ingress rule with invalid '//' path #663

Merged
merged 1 commit into from
May 19, 2020

Commits on May 14, 2020

  1. fix(parser) skip processing ingress rule with invalid '//' path

    A path with consecutive double slashes is considered invalid by Kong and
    the reconcililation loop will break in Kong if such a route is added to
    the configuration.
    
    Fix #614
    hbagdi committed May 14, 2020
    Configuration menu
    Copy the full SHA
    bb7e0b7 View commit details
    Browse the repository at this point in the history