dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

针对场景2:dubbo消费端调用dubbo的REST服务的com.alibaba.dubbo.rpc.Result.hasException() #309

Open gMan1990 opened 7 years ago

gMan1990 commented 7 years ago

https://dangdangdotcom.github.io/dubbox/rest.html 场景2:dubbo消费端调用dubbo的REST服务 在com.alibaba.dubbo.rpc.Filter中com.alibaba.dubbo.rpc.Result.hasException()是没用的,com.alibaba.dubbo.rpc.Invoker.invoke(Invocation)如果出错是直接throw的

猜测rest的报异常和其它的不太一样,因为Servlet