You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "wklken (via GitHub)" <gi...@apache.org> on 2023/04/25 02:51:40 UTC

[GitHub] [apisix] wklken commented on issue #9366: bug: Adding routes to a Radix Tree in a different order can lead to the same URL matching the first added route instead of the longest path match

wklken commented on issue #9366:
URL: https://github.com/apache/apisix/issues/9366#issuecomment-1521087621

   If the long route only has one param in its path (e.g. /api/prod/:version/test/api/portal/projects/?), then the curl command will always match the long route. In other words, it seems that the radixtree library does not currently support multiple parameters in the path for matching.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org