whuxiari opened a new issue #1469: 文件下载接口,客户端Response为空 URL: https://github.com/apache/servicecomb-java-chassis/issues/1469 参考如下文档写了一个文件下载接口,但是客户端收到的Response body为空,导致前端JS处理时获取不到文件流。 代码截图:  客户端问题:  服务端有过滤器,过滤器解析body的时候,body也是null,导致报了空指针异常:  参考文档:https://docs.servicecomb.io/java-chassis/zh_CN/general-development/file-download.html https://github.com/apache/servicecomb-java-chassis/blob/master/integration-tests/it-producer/src/main/java/org/apache/servicecomb/it/schema/DownloadSchema.java
---------------------------------------------------------------- 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
