apache/dubbo

dubbo rest protocol 调用第三方restful 不支持https

Open

#6,656 创建于 2020年8月28日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Java (26,453 fork)batch import
help wantedtype/proposal

仓库指标

Star
 (41,524 star)
PR 合并指标
 (平均合并 7天 14小时) (30 天内合并 20 个 PR)

描述

RestProtocol类doRefer的方法中不支持https调用 ResteasyWebTarget target = client.target("http://" + url.getHost() + ":" + url.getPort() + "/" + getContextPath(url)); return target.proxy(serviceType);

贡献者指南