[GitHub] [apisix] membphis commented on issue #2375: request help: setted a special uri in route,when request it,it return 404

2020-10-11 Thread GitBox
membphis commented on issue #2375: URL: https://github.com/apache/apisix/issues/2375#issuecomment-706667420 so a right test case should be: ```shell $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d ' { "uri":

[GitHub] [apisix] membphis commented on issue #2375: request help: setted a special uri in route,when request it,it return 404

2020-10-10 Thread GitBox
membphis commented on issue #2375: URL: https://github.com/apache/apisix/issues/2375#issuecomment-706512050 > ```shell > /helloh~E]ftXnj2Hs > ``` it is not a valid URI address, the Admin API should return 400 for this case.