zcz3313 opened a new issue #5075:
URL: https://github.com/apache/skywalking/issues/5075


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   8.0.1-es6, Linux, JDK 11
   
   - What happen?
   postman -> gateway-service -> app-service
   1.create a controller method in app-service as follow:
   ```java
   @GetMapping("/test/**")
   public void test() {
   
   }
   ```
   2.config a route in gateway service
   3.call "http://${gatewayIp}:${gatewayPort}/api/app/test/test"; and get result 
as follow:
   
![1](https://user-images.githubusercontent.com/8746495/87124853-10388080-c2bc-11ea-8eef-2ccb8ff81119.png)
   4.call "http://${gatewayIp}:${gatewayPort}/api/app/test/test.jpg"; and get 
result as follow:
   
![2](https://user-images.githubusercontent.com/8746495/87124857-13cc0780-c2bc-11ea-8125-166fd2a23df4.png)
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to