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 2021/06/27 13:14:27 UTC

[GitHub] [apisix] spacewander commented on issue #4489: bug: 路径/*不包括/

spacewander commented on issue #4489:
URL: https://github.com/apache/apisix/issues/4489#issuecomment-869159799


   I try:
   ```
   {
     "uri": "/*",
     "plugins": {
       "echo": {
         "body": "w"
       }
     },
     "upstream": {
           "type": "roundrobin",
           "nodes": {
               "127.0.0.1:1980": 1
           }
       }
   }
   ```
   
   And I find it can match `/`.
   
   Can you confirm the problem can be reproduced with the Admin API? What's your APISIX version?


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