dubbo-node-client icon indicating copy to clipboard operation
dubbo-node-client copied to clipboard

在registry中获取provider的host信息时,没有包含contextPath

Open zhanhai opened this issue 10 years ago • 0 comments

var mHost = /^jsonrpc://([^/]+)//.exec(child),

如果provider的信息为: ‘http://127.0.0.1:8080/testdubbo/dubbo/com.rongan.rpc.DemoService’, 获取到的是:‘127.0.0.1:8080’,应该是'127.0.0.1:8080/testdubbo/dubbo'

zhanhai avatar Oct 13 '15 09:10 zhanhai