sakurafly123 opened a new issue #325:
URL: https://github.com/apache/pulsar-manager/issues/325


   Hello
   When you set the cluster's Http Service  URl like this format 
"http://ip:port,ip2:port,ip3:port";, there are a exception.
   
   
   java.net.MalformedURLException: For input string: "8080,ip:8080ip:8080"
        at java.net.URL.<init>(URL.java:627) ~[na:1.8.0_73]
        at java.net.URL.<init>(URL.java:490) ~[na:1.8.0_73]
        at java.net.URL.<init>(URL.java:439) ~[na:1.8.0_73]
        at 
org.apache.pulsar.manager.service.impl.PulsarAdminServiceImpl.getAuthHeader(PulsarAdminServiceImpl.java:110)
 ~[main/:na]
        at 
org.apache.pulsar.manager.zuul.EnvironmentForward.forwardRequest(EnvironmentForward.java:135)
 [main/:na]
        at 
org.apache.pulsar.manager.zuul.EnvironmentForward.run(EnvironmentForward.java:129)
 [main/:na]
        at com.netflix.zuul.ZuulFilter.runFilter(ZuulFilter.java:117) 
[zuul-core-1.3.1.jar:1.3.1]
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to