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

[Backport release/3.3.x] fix(router): don't fail on route with multiple paths #11159

Merged
merged 2 commits into from Jul 7, 2023

Conversation

hanshuebner
Copy link
Contributor

Summary

In traditional_compatible mode, the router would fail to work if a route with multiple paths but no service would be created.

Backport of #11158

Checklist

Issue reference

Fixes KAG-1961

In `traditional_compatible` mode, the router would fail to work if a
route with multiple paths but no service would be created.

Fixes KAG-1961

(cherry picked from commit b0bd002)
@kikito
Copy link
Member

kikito commented Jul 7, 2023

@hanshuebner There's a Lint error kong/router/compat.lua:9:7: unused variable tablex on this backport

@hanshuebner hanshuebner merged commit 8f261b7 into release/3.3.x Jul 7, 2023
24 checks passed
@hanshuebner hanshuebner deleted the backport-11158-to-release/3.3.x branch July 7, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants