apache/dubbo

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

Open

#6656 aperta il 28 ago 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Java (26.453 fork)batch import
help wantedtype/proposal

Metriche repository

Star
 (41.524 star)
Metriche merge PR
 (Merge medio 7g 14h) (20 PR mergiate in 30 g)

Descrizione

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

Guida contributor