lovefu commented on issue #1446: 请求的URL中存在冒号报错490
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1446#issuecomment-566325917
 
 
   你好,我这边测试,%3A是支持的,后台能正常获取到name参数,浏览器+postman都支持
   接口代码:
     @RequestMapping(path = "/myadd/{name}/test", method = RequestMethod.GET)
     public ResultWithInstance myadd(@PathVariable String name) {
       System.out.println(name);
       return ResultWithInstance.create(1);
     }
   请求接口:
   http://127.0.0.1:8080/business/v1/myadd/uuuu%3A3433/test
   控制台打印:
   2019-12-17 09:04:56,522 [WARN] sc task postponed for 31196ms for some 
reason...
   uuuu:3433

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


With regards,
Apache Git Services

Reply via email to