You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/07/17 01:20:54 UTC

[GitHub] neeuq commented on issue #1463: RestTemplate:The port component of a URI is -1

neeuq commented on issue #1463: RestTemplate:The port component of a URI is -1
URL: https://github.com/apache/incubator-skywalking/issues/1463#issuecomment-405428965
 
 
   I mean the port between peer and url is different.And if you don't set port in URI , the value is -1.
   
   - peer:`(requestURL.getPort() > 0 ? requestURL.getPort():"https".equalsIgnoreCase(requestURL.getScheme()) ? 443 : 80)`
   
   - URL:`requestURL.getHost()`
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services