liubao68 commented on issue #2351:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2351#issuecomment-826189586


   这个感觉以前的做法也是bug哦。 比如系统中定义了两个接口:
   
   ```
   delete /api/foo/{id}
   delete /api/foo
   ```
   
   请求 /api/foo 的时候, 不应该走到 /api/foo/{id}
   
   如果需要表达请求到接口的语义,需要使用
   
   ```
   delete /api/foo//{path: .+}
   ```
   
   


-- 
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:
[email protected]


Reply via email to