You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/13 01:08:22 UTC

[GitHub] [apisix] membphis commented on issue #2392: request help: why this route not work

membphis commented on issue #2392:
URL: https://github.com/apache/apisix/issues/2392#issuecomment-707423464


   > ```shell
   > "uri": "/hello-_~!*();:@&=+$,/[]",
   > ```
   
   that is an invalid path for APISIX. the `*` mainly use for prefix matching.
   
   the admin API should return `400` for this case.
   
   here is the link of the APISIX router: https://github.com/api7/lua-resty-radixtree#prefix-match


----------------------------------------------------------------
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.

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