You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/05/09 08:09:51 UTC

[GitHub] [servicecomb-java-chassis] Nick-The-Uncharted commented on issue #1731: 参数类型错误不能走自定义的ExceptionToProducerResponseConverter

Nick-The-Uncharted commented on issue #1731:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1731#issuecomment-626126428


   ```
       @GetMapping("/test")
       public long test(@RequestParam long id) {
           return id;
       }
   ```
   curl host:port/test?id=sss 就会报错了~


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