[ https://issues.apache.org/jira/browse/SOLR-5567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kyle Halliday updated SOLR-5567: -------------------------------- Description: The ZkController getHostAddress method will return a URL with duplicated url prefix if given an input string already including a url prefix. e.g. given the input "http://127.0.0.1", it will return "http://http://127.0.0.1" was: The ZkController getHostAddress method will return a URL with duplicated url prefix if given an input string already including a url prefix. i.e. given the input "http://127.0.0.1", it will return "http://http://127.0.0.1" > ZkController getHostAddress duplicates url prefix > ------------------------------------------------- > > Key: SOLR-5567 > URL: https://issues.apache.org/jira/browse/SOLR-5567 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.6 > Reporter: Kyle Halliday > Priority: Minor > Original Estimate: 5m > Remaining Estimate: 5m > > The ZkController getHostAddress method will return a URL with duplicated url > prefix if given an input string already including a url prefix. > e.g. given the input "http://127.0.0.1", it will return > "http://http://127.0.0.1" -- This message was sent by Atlassian JIRA (v6.1.4#6159) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org